Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b23f40

Browse files
committedMar 14, 2021
FIX #57 - Trigger the publish action manually
1 parent 30f6f42 commit 9b23f40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.github/workflows/publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: publish
22

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on: workflow_dispatch
74

85
jobs:
96
deploy:

0 commit comments

Comments
 (0)
Please sign in to comment.