-
Notifications
You must be signed in to change notification settings - Fork 16
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationmaint
Description
I am not sure why the build_docs.yml action keeps running on every PR, etc.
The following in access:
access/.github/workflows/build_docs.yml
Lines 5 to 7 in 6ec2ebc
| push: | |
| tags: | |
| - 'v*' |
seems to match exactly that in other ecosystem packages that only run on pushes tagged with a v*, for example in mapclassify:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10So I must be missing something obvious, but I can't put my finger on it. Any thoughts?
@JamesSaxon @martinfleis @knaaptime
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationmaint