mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 14:55:03 +01:00
9
.github/workflows/push.yml
vendored
Normal file
9
.github/workflows/push.yml
vendored
Normal file
@@ -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