Skip to content

Commit e175879

Browse files
committed
Don't run every CI job twice on PRs
1 parent 445abca commit e175879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
pull_request:
44
merge_group:
55
push:
6+
branches:
7+
- master
68
jobs:
79
shellcheck:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)