Skip to content

Commit 1776d9e

Browse files
authoredSep 12, 2021
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
 

Diff for: ‎.github/workflows/format.yml

+1-1
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:

Diff for: ‎.github/workflows/test.yml

+1-1
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)
Please sign in to comment.