Skip to content

Commit 033b16c

Browse files
committed
gh actions update
1 parent 2f99896 commit 033b16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: djangosaml2
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, dev ]
99
pull_request:
1010
branches: [ master ]
1111

@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.6, 3.7, 3.8]
18+
python-version: [3.8]
1919
django-version: ["2.2", "3.0", "master"]
2020

2121
steps:

0 commit comments

Comments
 (0)