We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflow_dispatch
1 parent ec2133c commit fbb58a6Copy full SHA for fbb58a6
.github/workflows/lint.yaml
@@ -1,5 +1,6 @@
1
name: lint
2
-on: [push, pull_request]
+on:
3
+ workflow_dispatch:
4
jobs:
5
lint:
6
strategy:
0 commit comments