Skip to content

Commit 6818192

Browse files
authored
Update test_builddocsite.yml
trigger w/f on push to main only
1 parent d7016f3 commit 6818192

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test_builddocsite.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
name: build GSAS-II web site w/test MD Help
1616

1717
#on: [workflow_dispatch]
18-
on: [push, workflow_dispatch]
18+
on:
19+
push:
20+
branches:
21+
- "main"
22+
workflow_dispatch:
1923

2024
permissions:
2125
contents: write

0 commit comments

Comments
 (0)