Skip to content

Commit 9275720

Browse files
committed
fix: filter release tag prefix
1 parent 3595740 commit 9275720

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010
jobs:
1111
build-and-upload:
1212
name: Build (${{ matrix.os }})
13+
if: startsWith(github.event.release.tag_name, 'absurd-sqlite-extension/')
1314
runs-on: ${{ matrix.os }}
1415
strategy:
1516
fail-fast: false

0 commit comments

Comments
 (0)