diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e5933ef..2cb6cf8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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: