Skip to content

Commit 4ceefd1

Browse files
committed
Fix CI
1 parent 208f1d5 commit 4ceefd1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master, main]
5+
branches: main
66
pull_request:
7-
branches: [master, main]
7+
branches: main
88

99
jobs:
1010
test:

.github/workflows/draft.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
permissions:
99
contents: read

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [master, main]
5+
branches: main
66
release:
77
types: [ published ]
88

0 commit comments

Comments
 (0)