diff --git a/.github/workflows/deploy-aggregator.yaml b/.github/workflows/deploy-aggregator.yaml index 78f3970..19b0283 100644 --- a/.github/workflows/deploy-aggregator.yaml +++ b/.github/workflows/deploy-aggregator.yaml @@ -62,7 +62,7 @@ jobs: EOF - name: Set env to Production - if: (github.ref == 'refs/heads/ssoteam-1919' && github.event_name == 'push') + if: (github.ref == 'refs/heads/main' && github.event_name == 'push') run: | cat >> $GITHUB_ENV <> $GITHUB_ENV <