Skip to content

Commit

Permalink
Don't ignore MD files in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Mar 16, 2024
1 parent 0925d62 commit b20b281
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Test

on:
push:
paths-ignore: ["**/*.md", "flake.lock"]
pull_request:
branches: ["main"]
paths-ignore: ["**/*.md", "flake.lock"]
workflow_dispatch:

env:
Expand Down

0 comments on commit b20b281

Please sign in to comment.