File tree Expand file tree Collapse file tree 4 files changed +4
-42
lines changed Expand file tree Collapse file tree 4 files changed +4
-42
lines changed Original file line number Diff line number Diff line change 11name : freebsd
22
3- on :
4- push :
5- paths-ignore :
6- - ' .github/workflows/**'
7- - ' !.github/workflows/freebsd.yml'
8- pull_request :
9- paths-ignore :
10- - ' .github/workflows/**'
11- - ' !.github/workflows/freebsd.yml'
3+ on : [push, pull_request]
124
135jobs :
146 freebsd :
Original file line number Diff line number Diff line change 11name : style
22
3- on :
4- push :
5- paths-ignore :
6- - ' .github/workflows/**'
7- - ' !.github/workflows/style.yml'
8- - ' !.github/workflows/style.sh'
9- pull_request :
10- paths-ignore :
11- - ' .github/workflows/**'
12- - ' !.github/workflows/style.yml'
13- - ' !.github/workflows/style.sh'
3+ on : [push, pull_request]
144
155jobs :
166 style-check :
Original file line number Diff line number Diff line change 11name : ubuntu
22
3- on :
4- push :
5- paths-ignore :
6- - ' .github/workflows/**'
7- - ' !.github/workflows/ubuntu.yml'
8- - ' !.github/workflows/install-clang.sh'
9- pull_request :
10- paths-ignore :
11- - ' .github/workflows/**'
12- - ' !.github/workflows/ubuntu.yml'
13- - ' !.github/workflows/install-clang.sh'
3+ on : [push, pull_request]
144
155env :
166 CFLAGS : -Wall -Werror
Original file line number Diff line number Diff line change 11name : windows
22
3- on :
4- push :
5- paths-ignore :
6- - ' .github/workflows/**'
7- - ' !.github/workflows/windows.yml'
8- - ' !.github/workflows/EnterDevShell.ps1'
9- pull_request :
10- paths-ignore :
11- - ' .github/workflows/**'
12- - ' !.github/workflows/windows.yml'
13- - ' !.github/workflows/EnterDevShell.ps1'
3+ on : [push, pull_request]
144
155jobs :
166 windows-msvc :
You can’t perform that action at this time.
0 commit comments