Skip to content

Commit 9af9d95

Browse files
committed
Fix branch name. Will rename master to main later
1 parent bf29726 commit 9af9d95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pull request
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
call-workflow:

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pull request
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
env:
99
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)