Implement forgejo actions workflows #24

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2023-11-05 17:00:29 +00:00
Showing only changes of commit 7330a6bda4 - Show all commits

View file

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