mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-02 21:58:43 +00:00
ci: run workflows on tagging too
This commit is contained in:
parent
1c116daf08
commit
6b59143c44
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
- event: [pull_request, tag]
|
||||
- event: push
|
||||
branch: [ main, release/* ]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
- event: [pull_request, tag]
|
||||
- event: push
|
||||
branch: [ main, release/* ]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
- event: [pull_request, tag]
|
||||
- event: push
|
||||
branch: [ main, release/* ]
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [1.0.0-rc1](https://github.com/woodpecker-ci/woodpecker/releases/tag/1.0.0-rc1) - 2023-07-25
|
||||
## [1.0.0-rc1](https://github.com/woodpecker-ci/woodpecker/releases/tag/v1.0.0-rc1) - 2023-07-25
|
||||
|
||||
* BREAKING
|
||||
* Use IDs to access organizations (#1873)
|
||||
|
|
Loading…
Reference in a new issue