Skip to content

Commit 870bac2

Browse files
committed
Add push trigger to workflow
1 parent 9700f84 commit 870bac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Note that the workflow should be removed before filing a PR
77
# so it is not submitted to the upstream swiftlang/swift-docker repo
88
name: Build Android SDK
9-
on: [pull_request]
9+
on: [push, pull_request]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)