ci: run workflows on tagging too

This commit is contained in:
6543 2023-07-25 14:08:21 +02:00
parent 1c116daf08
commit 6b59143c44
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
when:
- event: pull_request
- event: [pull_request, tag]
- event: push
branch: [ main, release/* ]

View file

@ -1,5 +1,5 @@
when:
- event: pull_request
- event: [pull_request, tag]
- event: push
branch: [ main, release/* ]

View file

@ -1,5 +1,5 @@
when:
- event: pull_request
- event: [pull_request, tag]
- event: push
branch: [ main, release/* ]

View file

@ -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)