Skip to content

Commit

Permalink
Merge pull request #2 from nicholasmhughes/small-workflow-changes-202…
Browse files Browse the repository at this point in the history
…31229

Small workflow changes 20231229
  • Loading branch information
nicholasmhughes authored Dec 29, 2023
2 parents 60d0f4c + 1290517 commit b1f56e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull Request or Push
on:
push:
branches:
- '**' # Run on pushes to any branch
- 'main' # Run on pushes to main
tags-ignore:
- '*' # Ignore pushes to tags
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tagged Releases
on:
push:
tags:
- "v*"
- "v*" # Only tags starting with "v" for "v1.0.0", etc.

jobs:
get_tag_version:
Expand Down

0 comments on commit b1f56e2

Please sign in to comment.