Skip to content

Commit 8aee95b

Browse files
authored
fix: remove duplicate ci runs for pull requests (#1051)
Signed-off-by: Matt Rice <[email protected]>
1 parent fcf96c5 commit 8aee95b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Checks
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- "master"
37
env:
48
NODE_VERSION: 20
59
jobs:

0 commit comments

Comments
 (0)