summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: