File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : testC
2
- on : [push, pull_request]
2
+ on :
3
+ push :
4
+ branches-ignore :
5
+ - ' feat-*'
6
+ paths :
7
+ - ' src/**'
8
+ - ' ./*.nimble'
9
+ - ' tests/**'
10
+ pull_request :
3
11
env :
4
12
nim-version : ' stable'
5
13
jobs :
6
14
build :
7
15
runs-on : ubuntu-latest
8
- if : " ! contains(github.event.head_commit.message, '[skip ci]')"
9
16
steps :
10
17
- uses : actions/checkout@v4
11
18
- name : Cache nimble
Original file line number Diff line number Diff line change 1
1
name : testJs
2
- on : [push, pull_request]
2
+ on :
3
+ push :
4
+ branches-ignore :
5
+ - ' feat-*'
6
+ paths :
7
+ - ' src/**'
8
+ - ' ./*.nimble'
9
+ - ' tests/**'
10
+ pull_request :
3
11
env :
4
12
nim-version : ' stable'
5
13
jobs :
6
14
build :
7
15
runs-on : ubuntu-latest
8
- if : " ! contains(github.event.head_commit.message, '[skip ci]')"
9
16
steps :
10
17
- uses : actions/checkout@v4
11
18
- name : Cache nimble
You can’t perform that action at this time.
0 commit comments