Skip to content

Commit

Permalink
Fix pipeline triggers
Browse files Browse the repository at this point in the history
- Change pipeline to only trigger on push or release publication
  • Loading branch information
dcarlson-gs committed May 13, 2024
1 parent c6698a7 commit 2256b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Python package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
release:
types: [ published ]

jobs:
build:
Expand Down

0 comments on commit 2256b2e

Please sign in to comment.