File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11name : ALP CI
22run-name : ${{ github.actor }} is running the ALP CI
33
4- on : push
4+ on :
5+ push : # Trigger on any push
6+ branches :
7+ - " *" # All branches
8+ pull_request : # Trigger on any pull request
9+ branches :
10+ - " *" # All branches
511
612jobs :
713 # Format Check Job
2733 steps :
2834 - uses : actions/checkout@v4
2935
30- - name : Set Up CMake
36+ - name : Set Up Build Directory
3137 run : mkdir build
3238
3339 - name : Configure CMake
5662 steps :
5763 - uses : actions/checkout@v4
5864
59- - name : Set Up CMake
65+ - name : Set Up Build Directory
6066 run : mkdir build
6167
6268 - name : Configure CMake with Benchmarking
7480 steps :
7581 - uses : actions/checkout@v4
7682
77- - name : Set Up CMake
83+ - name : Set Up Build Directory
7884 run : mkdir build
7985
8086 - name : Configure CMake with Publication
You can’t perform that action at this time.
0 commit comments