Skip to content

Commit 62515bd

Browse files
committed
Fix github actions branches
1 parent fe47d99 commit 62515bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 'main'
7+
- 'master'
88

99
concurrency:
1010
group: ${{ github.event_name }}-${{ github.ref }}

.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-
- main
6+
- master
77

88
jobs:
99
update_release_draft:

0 commit comments

Comments
 (0)