Skip to content

Commit 1ce0d40

Browse files
Trigger website build any time tag is created on main, or a commit is made to main (#70)
1 parent e9ef307 commit 1ce0d40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_website.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on:
44
tags:
55
- v*
66
- 2015-09-05-9e8d0e3
7+
branches:
8+
- main
79
jobs:
810
dispatch:
11+
if: github.event.base_ref == 'refs/heads/main'
912
runs-on: ubuntu-latest
1013
steps:
1114
- uses: actions/github-script@v6

0 commit comments

Comments
 (0)