File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ paths-ignore :
8
+ - ' **.md'
9
+ - ' LICENSE'
7
10
pull_request :
8
11
branches :
9
12
- master
13
+ paths-ignore :
14
+ - ' **.md'
15
+ - ' LICENSE'
10
16
schedule :
11
17
- cron : ' 0 5 * * *'
12
18
20
26
jobs :
21
27
22
28
build :
23
- name : Build Go Client
29
+ name : Build Client
24
30
runs-on : ubuntu-18.04
25
- if : (github.repository == 'nginxinc/nginx-plus-go-client')
31
+ if :
32
+ github.event.pull_request.head.repo.full_name == 'nginxinc/nginx-plus-go-client' ||
33
+ github.event_name == 'push'
26
34
steps :
27
35
- name : Checkout Repository
28
36
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches :
6
6
- master
7
+ paths-ignore :
8
+ - ' **.md'
9
+ - ' LICENSE'
7
10
types :
8
11
- opened
9
12
- reopened
You can’t perform that action at this time.
0 commit comments