Skip to content

Commit dfd5fd8

Browse files
authored
ci: update branch name to main (#37)
1 parent 22cbbd5 commit dfd5fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

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

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66

77
jobs:
88
call-pr-workflow:

.github/workflows/testing-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Testing build (on PR)
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66
types: [ labeled, opened, synchronize, reopened ]
77

88
jobs:

0 commit comments

Comments
 (0)