Revert "ci: Allow triggering releases manually"
This reverts commit 184c7f23ad9c63a413f54b8887fbc83a16354449.
This commit is contained in:
parent
184c7f23ad
commit
9acace7d37
@ -2,7 +2,6 @@ name: publish-release-to-ghcr
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch: {}
|
||||
jobs:
|
||||
publish-release-to-ghcr:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@ -2,9 +2,9 @@ name: publish-release
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch: {}
|
||||
jobs:
|
||||
publish-release:
|
||||
name: publish-release
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user