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 ab0e2a2 commit a552361Copy full SHA for a552361
.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 SoundpipeAudioKit
0 commit comments