Skip to content

Commit c4e749d

Browse files
committed
Trigger tests when opening a pull request
1 parent 1c39a37 commit c4e749d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags-ignore:
77
- '**'
88
workflow_dispatch:
9+
pull_request_target:
910
# Ensures that only the latest commit is running for each PR at a time.
1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}

0 commit comments

Comments
 (0)