Skip to content

Commit

Permalink
exclude docs from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jan 30, 2024
1 parent 0ec5b45 commit 2e7cc48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: CI

on:
push:
branches: [ "main" ]
branches:
- 'main'
paths-ignore:
- 'docs/**'
- README.md
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand Down

0 comments on commit 2e7cc48

Please sign in to comment.