We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f54e5 commit 7654e37Copy full SHA for 7654e37
.github/workflows/code-quality.yml
@@ -1,5 +1,8 @@
1
name: quality
2
-on: [pull_request]
+on:
3
+ push:
4
+ pull_request:
5
+ branches: [main]
6
7
jobs:
8
build:
0 commit comments