Skip to content

Commit

Permalink
fix: ensure ci runs for md files (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jul 28, 2022
1 parent 20dd7b0 commit 70c8cc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: CI
on:
pull_request:
types: [opened, synchronize]
paths-ignore: ["**.md"]
push:
branches: [main, v3, v4]
paths-ignore: ["**.md"]

concurrency:
group: "${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}"
Expand Down

0 comments on commit 70c8cc3

Please sign in to comment.