Skip to content

Commit 6dc4f0c

Browse files
committed
Only run pipeline on master push
1 parent ab21575 commit 6dc4f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Android CI with Gradle
55

66
on:
77
push:
8+
branches: [ master ]
89
pull_request:
910

1011
jobs:

0 commit comments

Comments
 (0)