We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 052ccdf + e8e2d59 commit b6138d0Copy full SHA for b6138d0
.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, release.24.10 ]
+ branches: [ master, next, release.* ]
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
0 commit comments