From b42979417d44e625c35851482b782062c8ef18be Mon Sep 17 00:00:00 2001 From: Omar Selo Date: Fri, 7 Jul 2023 16:30:43 +0300 Subject: [PATCH] build charm through github action on this branch --- .github/workflows/release_charms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_charms.yml b/.github/workflows/release_charms.yml index b344a810..a0ac7bf7 100644 --- a/.github/workflows/release_charms.yml +++ b/.github/workflows/release_charms.yml @@ -3,7 +3,7 @@ on: # branches: # - main push: - branches: ["a-branch-that-definitely-does-not-exist"] + branches: ["changes-to-deploy-staging"] # tags: ["v*.*.*"] jobs: