Commit 28b479f Lando Calrissian
committed
1 parent dc776e0 commit 28b479f Copy full SHA for 28b479f
File tree 2 files changed +2
-15
lines changed
2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1
1
name : Build
2
2
on :
3
- pull_request :
4
- push :
5
- branches :
6
- - main
7
- tags :
8
- - " *"
9
-
3
+ - push
10
4
jobs :
11
5
build :
12
6
runs-on : ubuntu-latest
27
21
with :
28
22
name : artifact
29
23
path : dist/*
30
-
31
24
release :
32
25
name : Publish package
33
26
if : startsWith(github.ref, 'refs/tags/')
Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
- pull_request :
4
- push :
5
- branches :
6
- - main
7
-
3
+ - push
8
4
# Automatically stop old builds on the same branch/PR
9
5
concurrency :
10
6
group : ${{ github.workflow }}-${{ github.ref }}
11
7
cancel-in-progress : true
12
-
13
8
jobs :
14
9
pre-commit :
15
10
timeout-minutes : 30
23
18
environments : default lint
24
19
- name : pre-commit
25
20
run : pixi run pre-commit-run --color=always --show-diff-on-failure
26
-
27
21
pytest :
28
22
timeout-minutes : 30
29
23
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments