Skip to content

Commit 463473b

Browse files
committed
Remove duplicate Lint workflow run on push to main.
1 parent 1ed32cc commit 463473b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Lint
44
on:
55
pull_request:
66
branches: [main]
7-
push:
8-
branches: [main]
97
# Allow manual triggering
108
workflow_dispatch:
119
# Allow other workflows (e.g. Pages) to invoke this one.

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Build and deploy Pages
44
on:
55
push:
66
branches: [main]
7+
# Allow manual triggering
78
workflow_dispatch:
89

910
permissions:

0 commit comments

Comments
 (0)