Add forgejo workflows support #53

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2024-02-11 19:43:38 +00:00
Showing only changes of commit 005bf5da9a - Show all commits

View file

@ -8,7 +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
container: alpine:3.18
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2