From e7e268c13f3ebc2191ea8f6da01f037ff2c27865 Mon Sep 17 00:00:00 2001 From: Tsvi Zandany Date: Mon, 4 Nov 2024 23:50:39 -0600 Subject: [PATCH] Add destroy workflow files to CI workflow triggers --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02dbf77..c491d38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ on: - '.devcontainer/**' - '.github/ISSUE_TEMPLATE/**' - '.github/workflows/staging*.yml' + - '.github/workflows/destroy*.yml' # running on pull requests to main and develop branches pull_request: