Skip to content

Commit

Permalink
Merge pull request #39 from stfc/fix_workflow
Browse files Browse the repository at this point in the history
BUG: Changed workflow if to master
  • Loading branch information
khalford authored Sep 25, 2024
2 parents 5ba2103 + 2f277b7 commit 3f9e874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud_chatops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
push_prod_image_harbor:
runs-on: ubuntu-latest
needs: test_and_lint
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3f9e874

Please sign in to comment.