mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: only on tags
This commit is contained in:
parent
4114d998b9
commit
3ce6d0e45e
1 changed files with 6 additions and 4 deletions
10
.github/workflows/handleRelease.yml
vendored
10
.github/workflows/handleRelease.yml
vendored
|
|
@ -1,10 +1,12 @@
|
|||
name: "Handle release"
|
||||
|
||||
# any branch is useful for testing before a PR is submitted
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- "Docker"
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
# allow manual triggering of the workflow
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue