Skip to content

Commit

Permalink
chore(ci): remove paths for pull_request_target event
Browse files Browse the repository at this point in the history
A 'paths:' directive with only excluded paths won't trigger the event.
  • Loading branch information
soonum committed Jan 14, 2025
1 parent 594157e commit 6abb7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws_tfhe_fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
# General entry point for Zama's pull request as well as contribution from forks.
pull_request_target:
paths:
- '**'
- '!.github/**'
- '!ci/**'

Expand Down

0 comments on commit 6abb7f6

Please sign in to comment.