We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fbee9 commit d7ec861Copy full SHA for d7ec861
1 file changed
.github/workflows/main.yml
@@ -6,7 +6,7 @@ name: CI
6
# Triggers the workflow on push or pull request events but only for the master branch
7
on:
8
push:
9
- branches: [ master ]
+ branches: [ master,rstahn-patch-* ]
10
pull_request:
11
branches: [ master ]
12
0 commit comments