File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- master
10
+ paths-ignore : # Prevents from running if only docs are updated
11
+ - ' doc/**'
12
+ - ' **/*README*'
13
+ - ' **.md'
14
+ - ' **.rst'
10
15
pull_request :
16
+ paths-ignore : # Prevents from running if only docs are updated
17
+ - ' doc/**'
18
+ - ' **/*README*'
19
+ - ' **.md'
20
+ - ' **.rst'
11
21
workflow_dispatch :
12
22
schedule :
13
23
- cron : ' 0 0 * * 0' # weekly
Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- master
10
+ paths-ignore : # Prevents from running if only docs are updated
11
+ - ' doc/**'
12
+ - ' **/*README*'
13
+ - ' **.md'
14
+ - ' **.rst'
10
15
pull_request :
16
+ paths-ignore : # Prevents from running if only docs are updated
17
+ - ' doc/**'
18
+ - ' **/*README*'
19
+ - ' **.md'
20
+ - ' **.rst'
11
21
workflow_dispatch :
12
22
schedule :
13
23
- cron : ' 0 0 * * *' # daily
You can’t perform that action at this time.
0 commit comments