From e3cb9781aa5a351b2ec7a11ea29d5b64b7842858 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Tue, 28 Jan 2025 13:14:38 -0600 Subject: [PATCH] Always build images on `main` (#15) --- .github/workflows/integration-tests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 6f8432c..229f24b 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -7,12 +7,9 @@ on: - "test/**" - ".github/workflows/integration-tests.yaml" push: + # Always build images on `main` so future PRs have a cached image to work off of branches: ["main"] tags: ["*"] - paths: - - "action.yaml" - - "test/**" - - ".github/workflows/integration-tests.yaml" concurrency: group: integration-tests-${{ github.event_name == 'pull_request' && 'pr' || 'push' }}-${{ github.event.pull_request.head.sha || github.sha }}