Skip to content

Commit 3e866f6

Browse files
committed
Update workflow push event branch to master
1 parent 0935a2a commit 3e866f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

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

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

.github/workflows/lint.yml

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

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: test
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ master ]
99
pull_request:
1010
types: [opened, reopened]
1111
workflow_dispatch:

0 commit comments

Comments
 (0)