Skip to content

Commit

Permalink
Ensure github actions fires on release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohadfield committed Jul 5, 2021
1 parent d1b45eb commit 0c1d12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
release:
types: [ created ]

jobs:
lint:
Expand Down

0 comments on commit 0c1d12f

Please sign in to comment.