Skip to content

Commit

Permalink
Update dea-coastlines-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Aug 5, 2024
1 parent 6e0cc58 commit b2b1497
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dea-coastlines-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
needs: [test]
runs-on: ubuntu-latest

# Only run on a push to the develop branch OR a release
if: (github.event_name == 'push' && github.ref == 'refs/heads/develop') || (github.event_name == 'release')

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit b2b1497

Please sign in to comment.