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 ac427df commit b0dc201Copy full SHA for b0dc201
.github/workflows/lint.yaml
@@ -8,10 +8,9 @@ on:
8
- main
9
- 'release-**'
10
pull_request:
11
- types:
12
- - opened
13
- - edited
14
- - reopened
+ branches:
+ - main
+ - 'release-**'
15
16
env:
17
FORCE_COLOR: true
.github/workflows/mage.yaml
0 commit comments