Skip to content

Commit e836702

Browse files
committed
Generate docs only on release
1 parent ec76997 commit e836702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
# Generate Wiki docs on release
3030
docs:
3131
needs: test
32+
if: startsWith(github.ref, 'refs/tags/')
3233
runs-on: ubuntu-latest
3334
steps:
3435
- name: Check out AudioKitEX

0 commit comments

Comments
 (0)