File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches : ["main"]
66 paths :
7+ - " .github/workflows/**"
78 - " src/**"
89 - " tests/**"
910 - " Makefile"
1011 pull_request :
1112 branches : ["main"]
1213 paths :
14+ - " .github/workflows/**"
1315 - " src/**"
1416 - " tests/**"
1517 - " Makefile"
18+ workflow_dispatch :
1619
1720jobs :
1821 build :
Original file line number Diff line number Diff line change 44 push :
55 branches : ["main"]
66 paths :
7+ - " .github/workflows/**"
78 - " src/**"
89 - " tests/**"
910 - " Makefile"
1011 - " .clang-format"
1112 pull_request :
1213 branches : ["main"]
1314 paths :
15+ - " .github/workflows/**"
1416 - " src/**"
1517 - " tests/**"
1618 - " Makefile"
1719 - " .clang-format"
20+ workflow_dispatch :
1821
1922jobs :
2023 code-format-check :
Original file line number Diff line number Diff line change 44 push :
55 branches : ["main"]
66 paths :
7+ - " .github/workflows/**"
78 - " src/**"
89 - " tests/**"
910 - " Makefile"
1011 pull_request :
1112 branches : ["main"]
1213 paths :
14+ - " .github/workflows/**"
1315 - " src/**"
1416 - " tests/**"
1517 - " Makefile"
18+ workflow_dispatch :
1619
1720jobs :
1821 build :
You can’t perform that action at this time.
0 commit comments