Skip to content

Commit

Permalink
chore: use branch name in the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <gulsum.atici@canonical.com>
  • Loading branch information
gatici committed Sep 26, 2024
1 parent 9d699a0 commit d2174d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: ./.github/workflows/integration_tests.yaml

publish:
if: github.ref_name == 'main'
if: github.ref_name == 'v1.4'
needs: integration-tests
uses: ./.github/workflows/publish.yaml

0 comments on commit d2174d3

Please sign in to comment.