Skip to content

Commit edb6835

Browse files
committed
updated python3.8.yaml
1 parent 6bcf678 commit edb6835

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/python3.8.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,14 @@ on:
1919
branches:
2020
- master
2121
- main
22-
paths-ignore:
23-
- '**/*.md'
24-
- '**/*.pl'
25-
- '**/*.rb'
26-
- '**/*.go'
27-
- '**/*.sh'
22+
paths:
23+
- '**/*.py'
2824
pull_request:
2925
branches:
3026
- master
3127
- main
32-
paths-ignore:
33-
- '**/*.md'
34-
- '**/*.pl'
35-
- '**/*.rb'
36-
- '**/*.go'
37-
- '**/*.sh'
28+
paths:
29+
- '**/*.py'
3830
workflow_dispatch:
3931
inputs:
4032
debug:

0 commit comments

Comments
 (0)