Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5f37f6

Browse files
committedFeb 25, 2024·
allow workflow dispatch
1 parent a5e57fd commit b5f37f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: build
22

33
on:
44
push:
5+
workflow_dispatch:
6+
57

68
jobs:
79
pylint:

0 commit comments

Comments
 (0)
Please sign in to comment.