Skip to content

Commit e61e1a0

Browse files
committed
ci: fix workflow trigger
1 parent 2225c86 commit e61e1a0

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ name: Build
33
on:
44
push:
55
branches: ["main"]
6-
paths-ignore:
7-
- '**/.*' # all dot‑files & dot‑folders
8-
- '**/*.md'
96

107
pull_request:
11-
paths-ignore:
12-
- '**/.*' # all dot‑files & dot‑folders
13-
- '**/*.md'
148

159
workflow_dispatch:
1610

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Lint
22

33
on:
44
pull_request:
5-
paths-ignore:
6-
- '**/.*' # all dot‑files & dot‑folders
7-
- '**/*.md'
85

96
jobs:
107
build:

0 commit comments

Comments
 (0)