Skip to content

Commit

Permalink
Do not run when tags pushed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jun 12, 2024
1 parent ee91479 commit a7f6f8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Prerelease Notification
on:
workflow_dispatch:
push:
tags:
- 'lantern-[0-9]+.[0-9]+.[0-9]+-**'
# tags:
# - 'lantern-[0-9]+.[0-9]+.[0-9]+-**'

jobs:
create-release:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Release and Changelog
on:
workflow_dispatch:
push:
tags:
# a prerelease noted by a hyphen will not trigger
- 'lantern-[0-9]+.[0-9]+.[0-9]+'
# tags:
# # a prerelease noted by a hyphen will not trigger
# - 'lantern-[0-9]+.[0-9]+.[0-9]+'

jobs:
create-release:
Expand Down

0 comments on commit a7f6f8a

Please sign in to comment.