Skip to content

Commit

Permalink
Update expression
Browse files Browse the repository at this point in the history
  • Loading branch information
SannyNguyenHung committed Oct 13, 2023
1 parent 55e8693 commit 6efbb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

build-push-image:
needs: [test-app]
if: github.ref == 'refs/heads/main'
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
deploy:
needs: [build-push-image]
if: github.ref !== 'refs/heads/main'
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
Expand Down

0 comments on commit 6efbb7c

Please sign in to comment.