From a528d618bda20efd68d346fc3f2ea0f4c12bfba2 Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Wed, 11 Sep 2024 11:10:49 -0400 Subject: [PATCH] Trigger push on master, dev, feature branches I had incorrectly put it on workflow_dispatch which will not help as needed. --- .github/workflows/content-artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/content-artifacts.yml b/.github/workflows/content-artifacts.yml index f1e45a392..4d1d77f93 100644 --- a/.github/workflows/content-artifacts.yml +++ b/.github/workflows/content-artifacts.yml @@ -4,6 +4,8 @@ on: push: branches: - master + - develop + - 'feature/**' paths: - Dockerfile - "src/**" @@ -13,7 +15,6 @@ on: workflow_dispatch: branches: - master - - 'feature**' name: Process Content env: HOME_REPO: GSA/fedramp-automation