Skip to content

Commit 1776d9e

Browse files
authored
Merge pull request #38 from utgwkk/ci-on-push-main
ci: run CI on push to `main` branch
2 parents 8384301 + b037bd0 commit 1776d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.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-
- master
7+
- main
88

99
jobs:
1010
pre-commit:

.github/workflows/test.yml

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

1010
jobs:

0 commit comments

Comments
 (0)