From 0ac8358b5212cb115f123520e1f921115747601b Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Mon, 24 Jun 2024 15:33:16 +0000 Subject: [PATCH] Disable container publish on dev branch --- .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 6715162..b3ccd36 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -5,7 +5,7 @@ on: # Build for main, tags and PRs # Builds from PRs are not pushed to the registry because of rules in the steps branches: - - dev + - main tags: - "*" pull_request: