Skip to content

Commit 567965b

Browse files
committed
update workflow references
1 parent e588f52 commit 567965b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: master
1+
name: main
22

33
on:
44
workflow_dispatch:
@@ -15,10 +15,10 @@ on:
1515
type: boolean
1616
push:
1717
branches:
18-
- master
18+
- main
1919
pull_request:
2020
branches:
21-
- master
21+
- main
2222
release:
2323
types:
2424
- published

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# branches to consider in the event; optional, defaults to all
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
update_release_draft:

0 commit comments

Comments
 (0)