Skip to content

Commit

Permalink
revert test changes to release tags (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism authored Nov 7, 2024
1 parent a65dbaa commit 3952ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'prerelease-[0-9]+.[0-9]+.[0-9]+-**'
- 'lantern-[0-9]+.[0-9]+.[0-9]+-**'

jobs:
create-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
tags:
# a prerelease noted by a hyphen will not trigger
- 'prerelease-[0-9]+.[0-9]+.[0-9]+'
- 'lantern-[0-9]+.[0-9]+.[0-9]+'

jobs:
create-release:
Expand Down

0 comments on commit 3952ba1

Please sign in to comment.