Skip to content

Commit cd75c27

Browse files
Remove ref check for website trigger and add "preview_" tag prefix support (#71)
1 parent e47e01e commit cd75c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
tags:
55
- v*
66
- 2015-09-05-9e8d0e3
7+
- preview_*
78
branches:
89
- main
910
jobs:
1011
dispatch:
11-
if: github.event.base_ref == 'refs/heads/main'
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/github-script@v6

0 commit comments

Comments
 (0)