Skip to content

Commit 1c82548

Browse files
committed
test workflow update
1 parent 78afe40 commit 1c82548

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test package
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
on: push
74

85
jobs:
96
test:
@@ -25,6 +22,7 @@ jobs:
2522
with:
2623
version: 0.11.2
2724
python-version: ${{ matrix.python-version}}
25+
2826
- name: install project
2927
run: uv sync --dev
3028

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)