Skip to content

Commit

Permalink
Merge branch 'main' into next-major
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 28, 2023
2 parents 19c833c + da90ca6 commit 29e4498
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 29e4498

Please sign in to comment.