Skip to content

Commit da5079f

Browse files
committed
master → main
1 parent 5b0ea5f commit da5079f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gettext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Gettext Updates
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
build:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [main]
66
types: [closed]
77
jobs:
88
release:
@@ -16,4 +16,4 @@ jobs:
1616
GIT_USER_NAME: "elementaryBot"
1717
GIT_USER_EMAIL: "builds@elementary.io"
1818
with:
19-
release_branch: 'noble'
19+
release_branch: 'resolute'

0 commit comments

Comments
 (0)