We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff8d77 commit 9e3b513Copy full SHA for 9e3b513
.github/workflows/main.yml
@@ -6,7 +6,7 @@ name: CI
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
pull_request:
9
- branches: [ master, next ]
+ branches: [ master, next, release.* ]
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
0 commit comments