Skip to content

Commit 79317e4

Browse files
authored
Limit publish-docs workflow to master
1 parent 4e05e80 commit 79317e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish Docs Workflow
22
run-name: ${{ github.actor }} is publishing document artifacts 🚀
3-
on: [push, workflow_dispatch]
4-
3+
on:
4+
push:
5+
branches:
6+
- master
57

68
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
79
permissions:

0 commit comments

Comments
 (0)