Skip to content

Commit

Permalink
Publish release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 30, 2024
1 parent 10d9d03 commit 4d40898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pmtiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
concurrency: publish-release
if: github.ref == 'refs/heads/main'
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
needs:
- generate-geopackage
- generate-pmtiles
Expand Down

0 comments on commit 4d40898

Please sign in to comment.