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 ec76997 commit e836702Copy full SHA for e836702
.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
29
# Generate Wiki docs on release
30
docs:
31
needs: test
32
+ if: startsWith(github.ref, 'refs/tags/')
33
runs-on: ubuntu-latest
34
steps:
35
- name: Check out AudioKitEX
0 commit comments