Update deploy.yml - auto-deploy on commit
This commit is contained in:
parent
c73e41b0f1
commit
c5a9e6c5e9
1 changed files with 4 additions and 2 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -1,8 +1,10 @@
|
|||
name: Deploy
|
||||
|
||||
# Define when the workflow should run
|
||||
on:
|
||||
# Allow manual triggering of the workflow from the Actions tab
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["main"]
|
||||
# also Allow manual triggering of the workflow from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
# Allow inputs to be passed when manually triggering the workflow from the Actions tab
|
||||
|
|
Loading…
Add table
Reference in a new issue