Skip to content

Commit a82379a

Browse files
authored
Only run CI on pushes to master or pull requests targetting master (#2180)
1 parent c58114a commit a82379a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches-ignore:
6-
- "dependabot/**"
5+
branches:
6+
- master
77
pull_request:
8+
branches:
9+
- master
810

911
concurrency:
1012
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)