Skip to content

Commit 0b1f928

Browse files
committed
chore(docs): only publish from master
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent c352b21 commit 0b1f928

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)