Skip to content

Commit 45a03fc

Browse files
author
antoine
committed
Fix pint workflow
1 parent 3649a2a commit 45a03fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Fix Code Style
22

33
on:
44
push:
5-
- main
6-
# - 9.0
5+
branches:
6+
- main
7+
# - 9.0
78
workflow_dispatch:
89
jobs:
910
lint:

0 commit comments

Comments
 (0)