We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6225e commit 5dbeee1Copy full SHA for 5dbeee1
1 file changed
.github/workflows/run-tests.yml
@@ -7,6 +7,9 @@ on:
7
push:
8
branches:
9
- master
10
+ pull_request:
11
+ branches:
12
+ - master
13
14
# Set the language, install dependencies, and run the tests
15
jobs:
0 commit comments