Thanks to visit codestin.com
Credit goes to github.com

Skip to content

why does build_docs.yml still run on *every* PR? #74

@jGaboardi

Description

@jGaboardi

I am not sure why the build_docs.yml action keeps running on every PR, etc.

The following in access:

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.10

So 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 documentationmaint

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions