Update deploy.yml - auto-deploy on commit

This commit is contained in:
Buzz 2024-08-22 10:47:38 +10:00 committed by GitHub
parent c73e41b0f1
commit c5a9e6c5e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,10 @@
name: Deploy name: Deploy
# Define when the workflow should run
on: 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: workflow_dispatch:
# Allow inputs to be passed when manually triggering the workflow from the Actions tab # Allow inputs to be passed when manually triggering the workflow from the Actions tab