Skip to content

Commit 774e896

Browse files
Tweak drone CI pipeline (#1290)
1 parent 043881c commit 774e896

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.drone.jsonnet

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ local ci_dep_mirror(want_mirror) = (if want_mirror then ' -DLOCAL_MIRROR=https:/
7070
type: 'docker',
7171
name: 'Debug APK Build',
7272
platform: { arch: 'amd64' },
73-
trigger: { event: { exclude: [ 'pull_request' ] } },
73+
trigger: {
74+
event: ['push'],
75+
branch: ['master', 'dev', 'release/*']
76+
},
7477
steps: [
7578
version_info,
7679
clone_submodules,

0 commit comments

Comments
 (0)