aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-12 00:49:00 -0700
committerFuwn <[email protected]>2024-10-12 00:49:00 -0700
commit01b5a364b5b3ec1845fe368dd688371d2fa6eca2 (patch)
tree9d12918b01ab7f34647aef7ee0c290d5eb092be5 /.github
parentci(yae): add DeterminateSystems/magic-nix-cache-action step (diff)
downloadtsutsumi-01b5a364b5b3ec1845fe368dd688371d2fa6eca2.tar.xz
tsutsumi-01b5a364b5b3ec1845fe368dd688371d2fa6eca2.zip
ci(ci): run ci after yae update
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml8
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