Configure workflow to run on push
This commit is contained in:
parent
13151237b4
commit
4c7ecf4bdc
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ name: Setup EC2 Tools
|
|||
|
||||
on:
|
||||
workflow_dispatch: # Allows you to trigger this manually from the Forgejo Actions UI
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
setup-server:
|
||||
|
|
|
|||
Loading…
Reference in a new issue