summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2020-05-01 13:04:55 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2020-05-01 13:04:55 +0100
commite5b75593c440f28de5cbc1c99de00c3049cabad8 (patch)
treeecc90682a859492b7d9480e045d5e535ad66a291 /.github
parentcb99072d7e9f6ffa5bbfe0be78a1cf5c587942a3 (diff)
downloadrabbitmq-server-git-e5b75593c440f28de5cbc1c99de00c3049cabad8.tar.gz
Trigger tests on new-commit-to-dep-release-branch repository events
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-erlang-otp-21.3.yaml6
-rw-r--r--.github/workflows/test-erlang-otp-22.3.yaml6
2 files changed, 10 insertions, 2 deletions
diff --git a/.github/workflows/test-erlang-otp-21.3.yaml b/.github/workflows/test-erlang-otp-21.3.yaml
index dc8d8c40e5..f42220164a 100644
--- a/.github/workflows/test-erlang-otp-21.3.yaml
+++ b/.github/workflows/test-erlang-otp-21.3.yaml
@@ -1,7 +1,11 @@
# vim:sw=2:et:
# https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow
name: "Test - Erlang 21.3"
-on: push
+on:
+ push:
+ repository_dispatch:
+ types:
+ - new-commit-to-dep-release-branch
jobs:
# vim:sw=2:et:
checks:
diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml
index 173720d3e1..9714bbddec 100644
--- a/.github/workflows/test-erlang-otp-22.3.yaml
+++ b/.github/workflows/test-erlang-otp-22.3.yaml
@@ -1,7 +1,11 @@
# vim:sw=2:et:
# https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow
name: "Test - Erlang 22.3"
-on: push
+on:
+ push:
+ repository_dispatch:
+ types:
+ - new-commit-to-dep-release-branch
jobs:
# vim:sw=2:et:
checks: