Skip to content

Commit

Permalink
Companion PR for pyscaffold/pyscaffold#640
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 26, 2022
1 parent a2cab45 commit 1c09bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ on:
# Avoid using all the resources/limits available by checking only
# relevant branches and tags. Other branches can be checked via PRs.
branches: [main]
tags: ['v*'] # Push events to matching v*, i.e. v1.0, v20.15.10
tags: ['v[0-9]*', '[0-9]+.[0-9]+*'] # Match tags that resemble a version
pull_request: # Run in every PR
workflow_dispatch: # Allow manually triggering the workflow
schedule:
Expand Down

0 comments on commit 1c09bd9

Please sign in to comment.