There was an error while loading. Please reload this page.
1 parent e0ede2f commit 998f750Copy full SHA for 998f750
.github/workflows/test.yml
@@ -1,7 +1,9 @@
1
on:
2
push:
3
branches: [ master ]
4
- pull_request:
+ # Use pull_request_target instead of pull_request (we need some S3 keys to a test environment)
5
+ pull_request_target:
6
+ types: [opened, ready_for_review]
7
name: Test
8
permissions:
9
contents: read
0 commit comments