We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32126fc commit fb2dbefCopy full SHA for fb2dbef
.github/workflows/ci.yml
@@ -3,6 +3,7 @@ on:
3
pull_request:
4
push:
5
paths-ignore: "*.rst"
6
+ branches: [master, develop]
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
cancel-in-progress: true
0 commit comments