Skip to content

Commit 9fc9eed

Browse files
committed
change branch to master
1 parent b762518 commit 9fc9eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22
on:
33
pull_request:
4-
branches: [main]
4+
branches: [master]
55
jobs:
66
build:
77
runs-on: ubuntu-latest

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: deploy
22
on:
33
push:
4-
branches: [main]
4+
branches: [master]
55
jobs:
66
build-and-deploy:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)