Skip to content

Commit 700c4a9

Browse files
committed
Fix branch from main to master
1 parent 2da27f6 commit 700c4a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

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

99
jobs:
1010
build:
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '8'
2222

2323
- name: Make build.sh executable
24-
run: chmod +x ./build.sh
24+
run: chmod +x ./.github/scripts/build.sh
2525

2626
- name: Run build script
2727
run: ./.github/scripts/build.sh

0 commit comments

Comments
 (0)