Skip to content

Commit

Permalink
Merge pull request #52 from crest42/u/rl/tag_1.6.1
Browse files Browse the repository at this point in the history
Fix wrong python version coverage and on merge trigger in github actions
  • Loading branch information
crest42 authored Apr 27, 2023
2 parents 198d16d + 84cb944 commit 27febe3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pythonx-boot-check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: 'Runs with Python3.6 - Python3.10'
name: 'Runs with Python3.8 - Python3.10'

on:
pull_request_target:
branches:
- 'master'

- master
push:
branches:
- master
jobs:
boots:
runs-on: ubuntu-latest
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/pythonx-pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: 'PyTest with Python3.6 - Python3.10'
name: 'PyTest with Python3.8 - Python3.10'

on:
pull_request_target:
branches:
- 'master'

- master
push:
branches:
- master
jobs:
pytest:
runs-on: ubuntu-latest
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/sonatype-jack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: 'Sonatype Jake'
on:
pull_request_target:
branches:
- 'master'
- master
push:
branches:
- master


jobs:
security:
Expand All @@ -22,7 +26,7 @@ jobs:

- name: Run jake from Sonatype
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
pip3 install -r requirements.txt
pip3 freeze > frozen.requirements.txt
Expand Down

0 comments on commit 27febe3

Please sign in to comment.