mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-02 18:00:18 +00:00
11 lines
186 B
YAML
11 lines
186 B
YAML
name: push
|
|
on: push
|
|
|
|
jobs:
|
|
ci:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: ./.github/workflows/check
|
|
#- uses: ./.github/workflows/integration
|