Skip to content

Commit 5b42f6a

Browse files
ci: avoid running checks for both PRs and PR branch pushes (#30)
1 parent 358aa34 commit 5b42f6a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/check_lint_build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
on: [pull_request, push]
1+
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
27

38
name: Check, Lint, Build
49

0 commit comments

Comments
 (0)