Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
tags:
- '*q1-2024*'
- '*q2-2025*'
- '*q1-2026*'
- '*staging*'
- '*production*'

Expand Down Expand Up @@ -201,6 +202,9 @@ jobs:
},
"q2-2025": {
"targets": "[\"q2-2025\"]"
},
"q1-2026": {
"targets": "[\"2026-q1\"]"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

little break of naming convention — 2026-q1 instead of q1-2026 — but that's the name of the wire-builds branch already in use https://github.com/wireapp/wire-builds/tree/2026-q1

}
}
export_to: log,output
Expand Down
Loading