Skip to content

Commit

Permalink
cicd: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf8601 committed Feb 10, 2022
1 parent b341566 commit aa8c19f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Python package

on:
release:
types: [created]
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:

build:
test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -26,7 +28,8 @@ jobs:
- name: Test with pytest
run: make test

dist:
release:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aa8c19f

Please sign in to comment.