Skip to content

Commit ec366dc

Browse files
committed
Update black/workflow
1 parent fbd40ce commit ec366dc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ name: dist
44
on:
55
pull_request:
66
push:
7+
branches:
8+
- main
79
tags:
810
- '*'
911

1012
jobs:
1113
ci:
12-
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2022
14+
uses: robotpy/build-actions/.github/workflows/package-ci.yml@v2023
1315
with:
1416
enable_sphinx_check: false
1517
secrets:

commands2/button/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"JoystickButton",
2020
"NetworkButton",
2121
"POVButton",
22-
]
22+
]

commands2/cmd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
"startEnd",
3232
"wait",
3333
"waitUntil",
34-
]
34+
]

0 commit comments

Comments
 (0)