aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 078cdbd52..a628d4d7c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -3,11 +3,11 @@ name: Tests
on:
push:
branches:
- - 'master'
+ - "master"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- - 'master'
+ - "master"
# Cancel any in-progress CI runs for a PR if it is updated
concurrency: