diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8c4e04..e289c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,6 @@ jobs: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) - needs: update steps: - name: Set branch ref for parse id: setref @@ -210,7 +209,7 @@ jobs: notify_diffs: runs-on: ubuntu-latest if: | - (github.event_name == 'push' && github.ref == 'refs/heads/master') || + (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) needs: parse steps: