diff options
| author | Fuwn <[email protected]> | 2024-10-12 00:49:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-12 00:49:00 -0700 |
| commit | 01b5a364b5b3ec1845fe368dd688371d2fa6eca2 (patch) | |
| tree | 9d12918b01ab7f34647aef7ee0c290d5eb092be5 /.github | |
| parent | ci(yae): add DeterminateSystems/magic-nix-cache-action step (diff) | |
| download | tsutsumi-01b5a364b5b3ec1845fe368dd688371d2fa6eca2.tar.xz tsutsumi-01b5a364b5b3ec1845fe368dd688371d2fa6eca2.zip | |
ci(ci): run ci after yae update
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c455125..d3e7680 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,12 @@ --- name: CI -on: [push, pull_request, workflow_dispatch] +on: + push: + pull_request: + workflow_dispatch: + workflow_run: + workflows: ["Yae Update"] + types: [completed] jobs: ci: runs-on: ubuntu-latest |