Skip to content

Commit

Permalink
update action match pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Nov 23, 2023
1 parent dfdedae commit 1a24580
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:
- released
- edited
push: #(1)
tags-ignore:
- 'latest'
- 'v[0-9]+'
- '!v[0-9]+.[0-9]+.[0-9]+'
tags:
- 'v[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+'
branches-ignore:
- '**'
paths-ignore:
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ on:
- released
- edited
push: #(1)
tags-ignore:
- 'latest'
- 'v[0-9]+'
- '!v[0-9]+.[0-9]+.[0-9]+'
tags:
- 'v[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+'
branches-ignore:
- '**'
paths-ignore:
Expand Down Expand Up @@ -111,8 +110,8 @@ jobs:
[not be created](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push)
when more than three tags are pushed at once.**

If you want to track branches, swap the filters listed under
`branches-ignore` and `tags-ignore`. At all times, leave the filter for
If you want to track branches, replace `tags` with `branches` and
`branches-ignore` with `tags-ignore`. At all times, leave the filter for
`paths-ignore` as is.

2. The
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actionstagger",
"version": "2.1.0-rc3",
"version": "2.1.0-rc4",
"repository": {
"type": "git",
"url": "git+https://github.com/Actions-R-Us/actions-tagger.git"
Expand Down

0 comments on commit 1a24580

Please sign in to comment.