WIP
This commit is contained in:
17
.gitea/workflows/release.yaml
Normal file
17
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: run tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- testing
|
||||
|
||||
jobs:
|
||||
check:
|
||||
uses: ./.gitea/workflows/check.yaml
|
||||
|
||||
release:
|
||||
needs: ["check"]
|
||||
runs-on: action-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
Reference in New Issue
Block a user