Skip to content

Commit

Permalink
ci: remove paths-ignore
Browse files Browse the repository at this point in the history
Using paths-ignore as a short-circuit for doc-only PRs does not work:
branch protection rules cannot be passed.

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
  • Loading branch information
fredbi committed Feb 3, 2024
1 parent cd1244b commit 83a372a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go-test.yml
Expand Up @@ -6,12 +6,8 @@ on:
- v*
branches:
- master
paths-ignore:
- '**.md'

pull_request:
paths-ignore:
- '**.md'

jobs:
lint:
Expand Down

0 comments on commit 83a372a

Please sign in to comment.