Skip to content

Commit

Permalink
github: remove paths-ignore from verify-code
Browse files Browse the repository at this point in the history
Required by the branch-protection rules or something...
  • Loading branch information
marquiz committed Jan 17, 2025
1 parent ff8949f commit feea58e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/verify-pr-code.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Verify code

on:
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
pull_request

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down

0 comments on commit feea58e

Please sign in to comment.