Skip to content

Commit d545855

Browse files
committed
Fix GitHub actions
1 parent 420ddf6 commit d545855

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 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-android-debug:

.github/workflows/publish-android.yml

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

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

77
jobs:
88
build-and-publish-android:

0 commit comments

Comments
 (0)