Skip to content

Commit f201447

Browse files
committed
Don't double-run tests.
1 parent 356ee5c commit f201447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/quality-assurance.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: Quality Assurance
33
on:
4-
push: ~
4+
push:
5+
branches: ['master']
56
pull_request: ~
67

78
jobs:

0 commit comments

Comments
 (0)