10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build_docs.yml
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am not sure why the build_docs.yml action keeps running on every PR, etc.
The following in access:
access
access/.github/workflows/build_docs.yml
Lines 5 to 7 in 6ec2ebc
seems to match exactly that in other ecosystem packages that only run on pushes tagged with a v*, for example in mapclassify:
v*
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
The text was updated successfully, but these errors were encountered:
jGaboardi
No branches or pull requests
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
seems to match exactly that in other ecosystem packages that only run on pushes tagged with a
v*
, for example inmapclassify
:So I must be missing something obvious, but I can't put my finger on it. Any thoughts?
@JamesSaxon @martinfleis @knaaptime
The text was updated successfully, but these errors were encountered: