aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-03-24 12:40:44 +0000
committerGitHub <noreply@github.com>2022-03-24 12:40:44 +0000
commitc2a27efc365f0f68252561bd2a0404d9d64d8ff4 (patch)
treec859e2efffe700a1cf59e61a634354759a95b6c2 /.github
parent41d71a304ca169bb192337fd1c6688ca07b16543 (diff)
Update `on` section of GHA workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dendrite.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml
index 79d8ddde..053b3947 100644
--- a/.github/workflows/dendrite.yml
+++ b/.github/workflows/dendrite.yml
@@ -2,7 +2,12 @@ name: Dendrite
on:
push:
+ branches:
+ - main
pull_request:
+ release:
+ types: [published]
+ workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}