Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove work flow temporally #1097

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
12 changes: 6 additions & 6 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:
# a prerelease noted by a hyphen will not trigger
- 'lantern-[0-9]+.[0-9]+.[0-9]+'
#on:
# workflow_dispatch:
# push:
# tags:
# # a prerelease noted by a hyphen will not trigger
# - '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
Loading