Skip to content

Commit 94984f4

Browse files
committedApr 10, 2024
chore(docs): only publish from master
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 10c0b8d commit 94984f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
publish:
4242
name: Publish docs
4343

44+
if: github.ref == 'refs/heads/master'
45+
4446
needs: build
4547
runs-on: ubuntu-latest
4648
permissions:

0 commit comments

Comments
 (0)