Skip to content

Commit de1aa42

Browse files
don't run damn release on PRs
1 parent 5a17874 commit de1aa42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ on:
1212
tags:
1313
- "*"
1414
pull_request:
15+
branches:
16+
- "release/*"
1517
workflow_dispatch:
1618

19+
concurrency:
20+
group: test-${{ github.head_ref }}
21+
cancel-in-progress: true
22+
1723
permissions:
1824
contents: read
1925

0 commit comments

Comments
 (0)