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 2225c86 commit e61e1a0Copy full SHA for e61e1a0
.github/workflows/build.yml
@@ -3,14 +3,8 @@ name: Build
3
on:
4
push:
5
branches: ["main"]
6
- paths-ignore:
7
- - '**/.*' # all dot‑files & dot‑folders
8
- - '**/*.md'
9
10
pull_request:
11
12
13
14
15
workflow_dispatch:
16
.github/workflows/lint.yml
@@ -2,9 +2,6 @@ name: Lint
2
jobs:
build:
0 commit comments