mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-26 01:37:22 +00:00
@@ -0,0 +1,9 @@
|
||||
name: push
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./.github/workflows/check
|
||||
- uses: ./.github/workflows/integration
|
||||
Reference in New Issue
Block a user