Skip to content

Commit 8de68c7

Browse files
committed
updated python2.7.yaml
1 parent 4d23cfc commit 8de68c7

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/python2.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 2.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: 2.7
60+
python-version: 2.7
5061
debug: ${{ github.event.inputs.debug }}

0 commit comments

Comments
 (0)