We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44659c commit 252c25fCopy full SHA for 252c25f
1 file changed
.github/workflows/run-integration-test.yml
@@ -7,6 +7,10 @@ permissions:
7
on:
8
workflow_dispatch:
9
push:
10
+ pull_request_target:
11
+ paths:
12
+ - "**.rs"
13
+
14
15
jobs:
16
run-integration-tests:
0 commit comments