File tree Expand file tree Collapse file tree 10 files changed +42
-0
lines changed
Expand file tree Collapse file tree 10 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 11name : OSX-x86
22
33on :
4+ pull_request :
5+ branches : [main]
46 push :
57 branches : [main]
68 release :
Original file line number Diff line number Diff line change 11name : Ubuntu-arm
22
33on :
4+ pull_request :
5+ branches : [main]
46 push :
57 branches : [main]
68 release :
Original file line number Diff line number Diff line change 11name : Ubuntu-x86
22
33on :
4+ pull_request :
5+ branches : [main]
46 push :
57 branches : [main]
68 release :
Original file line number Diff line number Diff line change 11name : Windows
22on :
3+ pull_request :
4+ branches : [main]
35 push :
46 branches : [main]
57 release :
Original file line number Diff line number Diff line change 11name : clang-format
22
3+ on :
4+ pull_request :
5+ paths :
6+ - ' **.h'
7+ - ' **.cpp'
8+
39concurrency :
410 group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
511 cancel-in-progress : true
Original file line number Diff line number Diff line change 11name : Post clang-tidy review comments
22
3+ on :
4+ workflow_run :
5+ workflows : ["clang-tidy-review"]
6+ types :
7+ - completed
8+
39permissions :
410 checks : write
511 pull-requests : write
Original file line number Diff line number Diff line change 11name : clang-tidy-review
22
3+ on :
4+ pull_request :
5+ paths :
6+ - ' **.h'
7+ - ' **.cpp'
8+
39concurrency :
410 group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
511 cancel-in-progress : true
Original file line number Diff line number Diff line change 11name : Build and Deploy
22
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ schedule :
9+ - cron : ' 30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
10+
311permissions :
412 contents : read
513 pages : write
Original file line number Diff line number Diff line change 11name : Emscripten
22on :
3+ pull_request :
4+ branches : [main]
35 push :
46 branches : [main]
57 release :
Original file line number Diff line number Diff line change 11---
22name : Markdown-Linter
33
4+ on :
5+ pull_request :
6+ branches : [main]
7+ paths :
8+ - ' **.md'
9+
410concurrency :
511 group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
612 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments