We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126b65c commit a048076Copy full SHA for a048076
1 file changed
.github/workflows/dev-ci.yml .github/workflows/ci.yml.github/workflows/dev-ci.yml renamed to .github/workflows/ci.yml
@@ -6,7 +6,7 @@ name: CI for dev using github actions
6
on:
7
pull_request:
8
types: [opened, synchronize]
9
- branches: [ "develop" ]
+ branches: [ "develop", "release" ]
10
11
permissions:
12
contents: read
0 commit comments