Skip to content

Commit 5dbeee1

Browse files
authored
Adds pull request trigger to GHA
1 parent ee6225e commit 5dbeee1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
push:
88
branches:
99
- master
10+
pull_request:
11+
branches:
12+
- master
1013

1114
# Set the language, install dependencies, and run the tests
1215
jobs:

0 commit comments

Comments
 (0)