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 e588f52 commit 567965bCopy full SHA for 567965b
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: master
+name: main
2
3
on:
4
workflow_dispatch:
@@ -15,10 +15,10 @@ on:
15
type: boolean
16
push:
17
branches:
18
- - master
+ - main
19
pull_request:
20
21
22
release:
23
types:
24
- published
.github/workflows/release-drafter.yml
@@ -4,7 +4,7 @@ on:
5
# branches to consider in the event; optional, defaults to all
6
7
8
9
jobs:
10
update_release_draft:
0 commit comments