Skip to content

Commit 88ca84d

Browse files
authored
Add manual workflow for test (temp commit)
Add te
1 parent 2843801 commit 88ca84d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

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

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
flake8-lint:
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
python-version: "3.12"
1616
- name: flake8 Lint
17-
uses: py-actions/flake8@v2
17+
uses: py-actions/flake8@v2

0 commit comments

Comments
 (0)