Skip to content

Commit

Permalink
docs: no ci runs on readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 committed Feb 9, 2024
1 parent 63808db commit 06ead3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci

on: push
on:
push:
paths-ignore:
- README.md

jobs:
test:
Expand Down

0 comments on commit 06ead3b

Please sign in to comment.