Skip to content

Commit 9f171b3

Browse files
committed
wip
1 parent 22ab7c5 commit 9f171b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Publish
22
on:
3+
push:
4+
branches:
5+
- main
6+
- feature/docs-*
37
workflow_dispatch:
48
inputs:
59
releaseTagName:
@@ -20,7 +24,7 @@ jobs:
2024
- name: Clean install
2125
run: npm ci
2226
- name: Build
23-
run: bash ./.github/workflows/build.sh ${{ github.event.inputs.releaseTagName }}
27+
run: bash ./.github/workflows/build.sh v0.1.0 # ${{ github.event.inputs.releaseTagName }}
2428
- name: Upload pages artifact
2529
uses: actions/upload-pages-artifact@v3
2630
id: upload

0 commit comments

Comments
 (0)