We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d23cfc commit 8de68c7Copy full SHA for 8de68c7
1 file changed
.github/workflows/python2.7.yaml
@@ -18,6 +18,17 @@ on:
18
push:
19
branches:
20
- master
21
+ - main
22
+ paths-ignore:
23
+ - '**/*.md'
24
+ - '**/*.pl'
25
+ - '**/*.rb'
26
+ - '**/*.go'
27
+ - '**/*.sh'
28
+ pull_request:
29
+ branches:
30
+ - master
31
32
paths-ignore:
33
- '**/*.md'
34
- '**/*.pl'
@@ -44,7 +55,7 @@ jobs:
44
55
build:
45
56
if: github.event.repository.fork == false
46
57
name: Python 2.7
47
- uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
58
+ uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master
48
59
with:
49
- version: 2.7
60
+ python-version: 2.7
50
61
debug: ${{ github.event.inputs.debug }}
0 commit comments