We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0ea5f commit da5079fCopy full SHA for da5079f
2 files changed
.github/workflows/gettext.yml
@@ -2,7 +2,7 @@ name: Gettext Updates
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
7
jobs:
8
build:
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
pull_request:
types: [closed]
release:
@@ -16,4 +16,4 @@ jobs:
16
GIT_USER_NAME: "elementaryBot"
17
GIT_USER_EMAIL: "builds@elementary.io"
18
with:
19
- release_branch: 'noble'
+ release_branch: 'resolute'
0 commit comments