Skip to content

Commit

Permalink
tests: test on release
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaradji committed Feb 23, 2020
1 parent e6c6f98 commit ecc7c42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Python test

on: [pull_request]
on:
pull_request:
release:
types: [created]

jobs:
build:
Expand Down

0 comments on commit ecc7c42

Please sign in to comment.