From 1f36dea8898b4c00f9194c1ed50853abe2ddd292 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Mon, 12 Sep 2022 23:45:26 +0100 Subject: [PATCH] Adjust branch, assumed the branch - use master I didn't realise you were using `master` as the branch name, so this wouldn't run if the PR was accepted. Now fixed. Signed-off-by: Dom Rodriguez --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 90d8c2b..73ff0e6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -4,7 +4,7 @@ on: workflow_run: workflows: ["CI workflow for RSSingle"] types: [completed] - branches: [main] + branches: [master] jobs: build-and-push-container-image: