Skip to content

Commit 45698c5

Browse files
committed
Fixing YML
1 parent 37e18a4 commit 45698c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and Release
33
on:
44
push:
55
branches: [master]
6+
tags: ['v*']
67
pull_request:
78
branches: [master]
89

@@ -32,6 +33,7 @@ jobs:
3233
build:
3334
needs: test
3435
runs-on: ubuntu-latest
36+
if: startsWith(github.ref, 'refs/tags/v')
3537
steps:
3638
- uses: actions/checkout@v4
3739

0 commit comments

Comments
 (0)