Try Workflow
This commit is contained in:
parent
3a9031f527
commit
34b851b321
1 changed files with 13 additions and 0 deletions
13
.gitea/workflows/build.yml
Normal file
13
.gitea/workflows/build.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: build
|
||||
run-name: Building Game
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ dev-base ]
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v3
|
||||
- run: ls
|
Reference in a new issue