Skip to content

Commit

Permalink
Update and rename pull_request.yml to build_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lm2343635 authored Apr 30, 2020
1 parent 8dc0c00 commit 069ead8
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
name: pull_request_build_check
name: build_check

on: [pull_request]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: macOS-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Pod install
run: pod install --project-directory=Example --repo-update
- name: Run test
Expand Down

0 comments on commit 069ead8

Please sign in to comment.