Browse Source

fix: secret ENV variables should be read by forked PR's also (#76)

Naman Anand 1 year ago
parent
commit
094515d1c5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/run-tests.yml

+ 3 - 1
.github/workflows/run-tests.yml

@@ -3,7 +3,9 @@ on:
   push:
     branches:
       - main
-  pull_request:
+  pull_request_target:
+    branches:
+      - main
 
 env:
   solana_version: v1.18.15