We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9732367 commit 6d2f259Copy full SHA for 6d2f259
.github/workflows/pull_request.yml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
7
concurrency:
8
- group: ${{ github.head_ref }}
+ group: ${{ github.head_ref || github.ref }}
9
cancel-in-progress: true
10
11
env:
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
- published
12
jobs:
0 commit comments