We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3595740 commit 9275720Copy full SHA for 9275720
1 file changed
.github/workflows/release-extension.yml
@@ -10,6 +10,7 @@ permissions:
10
jobs:
11
build-and-upload:
12
name: Build (${{ matrix.os }})
13
+ if: startsWith(github.event.release.tag_name, 'absurd-sqlite-extension/')
14
runs-on: ${{ matrix.os }}
15
strategy:
16
fail-fast: false
0 commit comments