Skip to content

Commit 6150f94

Browse files
committed
Only run release on version tags
1 parent d450d41 commit 6150f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
create-release:
1515
runs-on: ubuntu-latest
16+
if: startsWith(github.ref, 'refs/tags/v')
1617
steps:
1718
- uses: actions/checkout@v2
1819

0 commit comments

Comments
 (0)