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.
1 parent 1c39a37 commit c4e749dCopy full SHA for c4e749d
.github/workflows/tests.yml
@@ -6,6 +6,7 @@ on:
6
tags-ignore:
7
- '**'
8
workflow_dispatch:
9
+ pull_request_target:
10
# Ensures that only the latest commit is running for each PR at a time.
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
0 commit comments