CI: Gitea Actions runs the full gate (ci.sh) on push to any branch except main; document runner setup
CI / full-gate (push) Failing after 0s
CI / full-gate (push) Failing after 0s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [main]
|
||||
|
||||
jobs:
|
||||
full-gate:
|
||||
runs-on: docker-host
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- run: bash ci.sh
|
||||
Reference in New Issue
Block a user