Add a push trigger to register the workflow
See https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
This commit is contained in:
parent
4feea01879
commit
6efe2cd5fd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/web-preview.yml
vendored
1
.github/workflows/web-preview.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: "Preview (web)"
|
||||
|
||||
on:
|
||||
push: # <- temporarily added so that we can register the action
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
app:
|
||||
|
|
Loading…
Add table
Reference in a new issue