We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c91deb commit 943a624Copy full SHA for 943a624
1 file changed
.github/workflows/github-ci.yml
@@ -2,8 +2,8 @@ name: CI Tests
2
3
on:
4
push:
5
- branches: [ master ]
6
- pull_request_target:
+ branches: [ master, release/* ]
+ pull_request:
7
branches: [ master ]
8
9
jobs:
0 commit comments