diff options
author | 2023-03-03 14:06:15 +0100 | |
---|---|---|
committer | 2023-03-03 13:06:15 +0000 | |
commit | e2cfba8312830d2ab933d0b19007d2fe51fed1f0 (patch) | |
tree | bf54a6a2db8217d5af60170d46a18c928b7779f0 | |
parent | Merge pull request #2305 from python-discord/2301-fix-voting-conditions (diff) |
Add CI to the list of trigger workflow runs (#2426)
Co-authored-by: ChrisJL <[email protected]>
-rw-r--r-- | .github/workflows/status_embed.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml index 4178c366d..0fa240b2c 100644 --- a/.github/workflows/status_embed.yaml +++ b/.github/workflows/status_embed.yaml @@ -3,6 +3,7 @@ name: Status Embed on: workflow_run: workflows: + - CI - Lint & Test - Build - Deploy |