Skip to content

Commit

Permalink
fix: remove .md from push pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka committed Jun 6, 2024
1 parent 243416e commit 84eb17a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
name: GolangCI
on:
push:
paths-ignore:
- '**.md'
pull_request:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/golic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
name: GoLic
on:
push:
paths-ignore:
- '**.md'
pull_request:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
name: Test
on:
push:
paths-ignore:
- '**.md'
pull_request:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
name: YamlLint
on:
push:
paths-ignore:
- '**.md'
pull_request:
branches:
- main
Expand Down

0 comments on commit 84eb17a

Please sign in to comment.