Skip to content

Commit

Permalink
build release
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jun 12, 2024
1 parent 0cc086b commit e4f5639
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/prerelease-notification.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Prerelease Notification

on:
workflow_dispatch:
push:
tags:
- 'lantern-[0-9]+.[0-9]+.[0-9]+-**'
#on:
# workflow_dispatch:
# push:
# tags:
# - 'lantern-[0-9]+.[0-9]+.[0-9]+-**'

jobs:
create-release:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Release and Changelog

on:
workflow_dispatch:
push:
tags:
#on:
# workflow_dispatch:
# push:
# tags:
# a prerelease noted by a hyphen will not trigger
- 'lantern-[0-9]+.[0-9]+.[0-9]+'
# - 'lantern-[0-9]+.[0-9]+.[0-9]+'

jobs:
create-release:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Publish releases

#on:
# push:
# branches: [ main ]
# tags:
# - '*'
on:
push:
branches: [ main ]
tags:
- '*'

permissions:
contents: "read"
Expand Down

0 comments on commit e4f5639

Please sign in to comment.