Skip to content

Commit 004bf87

Browse files
committed
updated python3.7.yaml
1 parent 20ec0d4 commit 004bf87

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/python3.7.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ on:
1818
push:
1919
branches:
2020
- master
21+
- main
22+
paths-ignore:
23+
- '**/*.md'
24+
- '**/*.pl'
25+
- '**/*.rb'
26+
- '**/*.go'
27+
- '**/*.sh'
28+
pull_request:
29+
branches:
30+
- master
31+
- main
2132
paths-ignore:
2233
- '**/*.md'
2334
- '**/*.pl'
@@ -44,7 +55,7 @@ jobs:
4455
build:
4556
if: github.event.repository.fork == false
4657
name: Python 3.7
47-
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
58+
uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
4859
with:
49-
version: 3.7
60+
python-version: 3.7
5061
debug: ${{ github.event.inputs.debug }}

0 commit comments

Comments
 (0)