Skip to content

Commit 9febbe6

Browse files
authored
Change branch name (#3)
* Change branch name * Add workflow_dispatch
1 parent d6a5913 commit 9febbe6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
8-
- master
8+
- main
9+
workflow_dispatch:
910

1011
jobs:
1112
build:

.github/workflows/release-drafter.yml

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

89
jobs:
910
update_release_draft:

0 commit comments

Comments
 (0)