Skip to content

Commit f895685

Browse files
committed
Restrict pages job to tags
1 parent ecf540e commit f895685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ jobs:
395395
path: ${{ env.PKGDIR }}/public
396396

397397
pages:
398+
if: startsWith(github.event.ref, 'refs/tags/v')
398399
needs: docs
399400
runs-on: ubuntu-latest
400401
environment:

0 commit comments

Comments
 (0)