From e0acba229e4a6747c10946ec10845e247baa9329 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Mon, 25 Nov 2024 15:54:19 -0500 Subject: [PATCH] Run deployments on more events for testing Change-type: patch Signed-off-by: Kyle Harding --- .github/actions/{test => always}/action.yml | 0 .github/workflows/test.yml | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) rename .github/actions/{test => always}/action.yml (100%) diff --git a/.github/actions/test/action.yml b/.github/actions/always/action.yml similarity index 100% rename from .github/actions/test/action.yml rename to .github/actions/always/action.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d002379..50f6bfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,12 @@ name: Deploy on: pull_request: - branches: [main, master] + types: [opened, synchronize, closed] + branches: [main, master, develop] + # allow external contributions to use secrets within trusted code + pull_request_target: + types: [opened, synchronize, closed] + branches: [main, master, develop] jobs: test: