Skip to content

Commit 0f3b1fe

Browse files
committed
Prevent branches from clobbering each other
1 parent fede30b commit 0f3b1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
id-token: write
1111

1212
concurrency:
13-
group: "pages"
13+
group: "pages-${{ github.ref_name }}"
1414
cancel-in-progress: true
1515

1616
jobs:

0 commit comments

Comments
 (0)