Skip to content

Commit

Permalink
refactor: reduce triggers to open/sync
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 28, 2023
1 parent fc9d6f7 commit 5c93d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullRequestController.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
# In general, use `pull_request` for workflows that need to access the code in the pull request,
# and `pull_request_target` for workflows that need to be safe for pull requests from forks.
pull_request_target:
types: [opened, closed, synchronize, edited]
types: [opened, synchronize]
paths:
- "**.py"
- "**.requirements.txt"
Expand Down

0 comments on commit 5c93d28

Please sign in to comment.