Skip to content

Commit

Permalink
Merge pull request #20 from lpm0073/next
Browse files Browse the repository at this point in the history
refactor: reduce triggers to open/sync
  • Loading branch information
lpm0073 authored Nov 28, 2023
2 parents 4fbcba8 + 5c93d28 commit da90ca6
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 da90ca6

Please sign in to comment.