File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Draft PDF
2
- on : [push]
2
+ on :
3
+ push :
4
+ branches :
5
+ # - '*' # matches every branch that doesn't contain a '/'
6
+ # - '*/*' # matches every branch containing a single '/'
7
+ # - '**' # matches every branch
8
+ # - '!master' # excludes master
9
+ - paper
3
10
4
11
jobs :
5
12
paper :
Original file line number Diff line number Diff line change 4
4
name : Python package
5
5
6
6
on :
7
+ # push:
8
+ # branches: [ "master" ]
9
+ # pull_request:
10
+ # branches: [ "master" ]
7
11
push :
8
- branches : [ "master" ]
12
+ branches :
13
+ # - '*' # matches every branch that doesn't contain a '/'
14
+ # - '*/*' # matches every branch containing a single '/'
15
+ - ' **' # matches every branch
16
+ # - '!master' # excludes master
9
17
pull_request :
10
- branches : [ "master" ]
18
+ branches :
19
+ # - '*' # matches every branch that doesn't contain a '/'
20
+ # - '*/*' # matches every branch containing a single '/'
21
+ - ' **' # matches every branch
22
+ # - '!master' # excludes master
11
23
12
24
jobs :
13
25
build :
You can’t perform that action at this time.
0 commit comments