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 1ed32cc commit 463473bCopy full SHA for 463473b
.github/workflows/lint.yml
@@ -4,8 +4,6 @@ name: Lint
4
on:
5
pull_request:
6
branches: [main]
7
- push:
8
- branches: [main]
9
# Allow manual triggering
10
workflow_dispatch:
11
# Allow other workflows (e.g. Pages) to invoke this one.
.github/workflows/pages.yml
@@ -4,6 +4,7 @@ name: Build and deploy Pages
push:
+ # Allow manual triggering
permissions:
0 commit comments