Implement forgejo actions workflows #24

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2023-11-05 17:00:29 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit acf1d24c15 - Show all commits

View file

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

View file

@ -6,7 +6,7 @@ on:
branches: [ main ]
jobs:
test:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3