Skip to content

Commit

Permalink
Remove the pull_request trigger for GitHub Actions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718946305
  • Loading branch information
lukmaz authored and The Meridian Authors committed Jan 23, 2025
1 parent 4923dd6 commit ecc8878
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pytest_and_autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ name: Unittests & Auto-publish
on:
push:
branches:
- main
- '**'
tags:
- 'v*' # Trigger only on tags starting from 'v'.
pull_request:
branches:
- main
workflow_dispatch:
inputs:
publish_to_pypi:
Expand Down

0 comments on commit ecc8878

Please sign in to comment.