Skip to content

Commit 069ead8

Browse files
authored
Update and rename pull_request.yml to build_check.yml
1 parent 8dc0c00 commit 069ead8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/pull_request.yml renamed to .github/workflows/build_check.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
name: pull_request_build_check
1+
name: build_check
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
48

59
jobs:
610
build:
711

812
runs-on: macOS-latest
913

1014
steps:
11-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2
1216
- name: Pod install
1317
run: pod install --project-directory=Example --repo-update
1418
- name: Run test

0 commit comments

Comments
 (0)