Skip to content

Commit

Permalink
comment out pull_request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Feb 4, 2024
1 parent a5f8dec commit ad60014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and upload to PyPI

on:
# uncomment pr trigger when testing
pull_request:
branches:
- "main"
# pull_request:
# branches:
# - "main"
push:
tags:
- "*"
Expand Down

0 comments on commit ad60014

Please sign in to comment.