Skip to content

Commit 4f874da

Browse files
committed
fix: Fix CI workflow
Issue-78: pawamoy/copier-uv#78
1 parent c47b815 commit 4f874da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/.github/workflows/ci.yml.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ci
22

33
on:
44
push:
5+
branches:
56
- main
67
- test-me-*
78
pull_request:
@@ -35,7 +36,7 @@ jobs:
3536
python-version:
3637
- "3.9"
3738
- "3.13"
38-
include:
39+
include:
3940
- os: ubuntu-latest
4041
python-version: "3.10"
4142
- os: ubuntu-latest

0 commit comments

Comments
 (0)