Implement forgejo actions workflows #24
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue