Skip to content

Commit f0b32cf

Browse files
bors[bot]eskombro
andauthored
Merge #154
154: Workflows renaming master to main r=curquiza a=eskombro GitHub workflows should follow the `master` to `main` renaming from #149 Co-authored-by: Samuel Jimenez <[email protected]>
2 parents 3551142 + 3e9f9c6 commit f0b32cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
update_release_draft:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- trying
99
- staging
10-
- master
10+
- main
1111

1212
jobs:
1313
integration_tests:

0 commit comments

Comments
 (0)