We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ff8d77 + 9e3b513 commit e8e2d59Copy full SHA for e8e2d59
.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