We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4462582 commit 884dfcbCopy full SHA for 884dfcb
.github/workflows/lint.yml
@@ -2,6 +2,8 @@ name: Format and Lint
2
on:
3
pull_request:
4
branches: [main]
5
+ push:
6
+ branches: [main]
7
workflow_dispatch:
8
9
permissions:
0 commit comments