mirror of
https://gitea.com/gitea/runner.git
synced 2026-07-09 00:08:39 +08:00
0582306861
Signed-off-by: Casey Lee <cplee@nektos.com>
10 lines
153 B
YAML
10 lines
153 B
YAML
name: push
|
|
on: push
|
|
|
|
jobs:
|
|
ci:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: ./.github/workflows/check
|
|
- uses: ./.github/workflows/integration
|