diff --git a/.github/workflows/developer.yml b/.github/workflows/developer.yml index c2308070..4d044ae3 100644 --- a/.github/workflows/developer.yml +++ b/.github/workflows/developer.yml @@ -164,7 +164,7 @@ jobs: wgrib2/build/*.css - name: Upload Artifact - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/develop' uses: actions/upload-pages-artifact@v1 with: path: | @@ -180,7 +180,7 @@ jobs: uses: actions/deploy-pages@v1 deploy-coverage: - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/develop' runs-on: ubuntu-latest needs: developer