We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356ee5c commit f201447Copy full SHA for f201447
.github/workflows/quality-assurance.yaml
@@ -1,7 +1,8 @@
1
---
2
name: Quality Assurance
3
on:
4
- push: ~
+ push:
5
+ branches: ['master']
6
pull_request: ~
7
8
jobs:
0 commit comments