File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 11name : Build
22on :
3- pull_request :
4- push :
5- branches :
6- - main
7- tags :
8- - " *"
9-
3+ - push
104jobs :
115 build :
126 runs-on : ubuntu-latest
2923 with :
3024 name : artifact
3125 path : dist/*
32-
3326 release :
3427 name : Publish package
3528 if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 11name : CI
22on :
3- pull_request :
4- push :
5- branches :
6- - main
7-
3+ - push
84# Automatically stop old builds on the same branch/PR
95concurrency :
106 group : ${{ github.workflow }}-${{ github.ref }}
117 cancel-in-progress : true
12-
138permissions :
149 contents : read
15-
1610jobs :
1711 pre-commit :
1812 timeout-minutes : 30
2620 environments : default lint
2721 - name : pre-commit
2822 run : pixi run pre-commit-run --color=always --show-diff-on-failure
29-
3023 pytest :
3124 timeout-minutes : 30
3225 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments