diff --git a/.github/workflows/prerelease-notification.yml b/.github/workflows/prerelease-notification.yml index 82a0271e0..172a2a39a 100644 --- a/.github/workflows/prerelease-notification.yml +++ b/.github/workflows/prerelease-notification.yml @@ -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: diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index 348a53fe8..fc2c2a61e 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e5b5c443..14ef453db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,10 @@ name: Publish releases -on: - push: - branches: [ main ] - tags: - - '*' +#on: +# push: +# branches: [ main ] +# tags: +# - '*' permissions: contents: "read"