chore: update GitHub Actions workflow to trigger on main branch push

This commit is contained in:
Steven Enamakel
2026-02-13 00:55:39 +05:30
parent 5498c3ecb3
commit ab90f1e176
+3 -3
View File
@@ -10,9 +10,9 @@ name: Package and publish
on:
workflow_dispatch:
# push:
# branches:
# - develop
push:
branches:
- main
workflow_run:
workflows: ["Version Bump"]
types: