Configure workflow to run on push

This commit is contained in:
vickytechkey 2026-09-05 21:06:39 +05:30
parent 13151237b4
commit 4c7ecf4bdc

View file

@ -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: