Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit 906bfcf

Browse files
committed
run builds on PRs also
1 parent bb4e526 commit 906bfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build CI
22

33
# Trigger the workflow on push or pull request
4-
on: [push]
4+
on: [push, pull_request]
55

66
jobs:
77
build:
@@ -45,4 +45,4 @@ jobs:
4545
- name: Build iOS Demo App
4646
run: |
4747
cd demo
48-
tns build ios --env.uglify
48+
tns build ios --env.uglify

0 commit comments

Comments
 (0)