Don't build placeholder mod on main repo

This commit is contained in:
thepaperpilot 2022-02-27 22:45:58 -06:00
parent f0e5442898
commit 0ce3d075c8

View file

@ -5,6 +5,7 @@ on:
- 'main'
jobs:
build-and-deploy:
if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️