Skip to content

Commit

Permalink
Simplify package workflow run condition - on release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Nov 11, 2021
1 parent dd1924b commit 11eea77
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: package

on:
workflow_dispatch:
pull_request:
push:
branches:
- master
release:
types:
- published
types: [published]

jobs:
build_sdist:
Expand Down

0 comments on commit 11eea77

Please sign in to comment.