Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 880cced

Browse files
authored
Update pythonpackage.yml
1 parent 91308c0 commit 880cced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
44
push:
55
branches:
66
- master
7-
pull_request:
7+
pull_request_target:
88
branches:
99
- master
1010

1111
jobs:
1212
build:
13-
13+
if: github.repository_owner == 'PaloAltoNetworks'
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
17+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)