Skip to content

Commit 5a168eb

Browse files
committed
change trigger branches
1 parent d39199b commit 5a168eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Deploy documentation to GitHub Pages
22

33
on:
4-
# Trigger the workflow every time you push to the `main` branch
5-
# Using a different branch name? Replace `main` with your branch’s name
64
push:
7-
branches: [main]
5+
branches: [main, beta]
86
paths:
97
- 'docs/**'
108
# Allows you to run this workflow manually from the Actions tab on GitHub.

0 commit comments

Comments
 (0)