Skip to content

Commit

Permalink
fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bgharbi-globalpos committed Nov 20, 2023
1 parent 51ef67d commit 8ee6b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# "certificate=${{ secrets.CERTIFICATE }}"

Deploy-review:
if: github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/dev'
if: github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/main'
needs: Build
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 8ee6b72

Please sign in to comment.