We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 552c74e + 9bd1111 commit 0e67f47Copy full SHA for 0e67f47
.github/workflows/tests.yml
@@ -5,6 +5,10 @@ on:
5
branches-ignore:
6
- 'main'
7
workflow_dispatch:
8
+ pull_request_target:
9
+ types: [assigned, opened, synchronize, reopened]
10
+ branches-ignore:
11
+ - 'main'
12
13
jobs:
14
tests:
0 commit comments