We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5e171 commit 6f9e02bCopy full SHA for 6f9e02b
.github/workflows/check-code-quality.yml
@@ -16,6 +16,10 @@ name: Check code quality
16
17
on:
18
push:
19
+ branches:
20
+ - develop # pushes on the 'develop' branch
21
+ tags:
22
+ - '**' # new git tags (including hierarchical tags like v1.0/beta)
23
pull_request:
24
types: [opened, synchronize, reopened]
25
# run this worflow only for code/test related changes (avoid it for documentation)
0 commit comments