Try to allow actions to be run manually

This commit is contained in:
Anthony Lawn 2023-06-09 15:43:25 -05:00 committed by thepaperpilot
parent eee5ac3e2d
commit 3fe0311331

View file

@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
workflow_dispatch:
jobs: jobs:
build-and-deploy: build-and-deploy:
if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo