Skip to content

Commit

Permalink
experimenting with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 18, 2024
1 parent 88ed02f commit fbacfe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

Expand Down

0 comments on commit fbacfe1

Please sign in to comment.