Skip to content

Commit

Permalink
workflow: don't run ci if only docs or readme are edited (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
erciccione authored Sep 21, 2023
1 parent 7058579 commit 89094d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Continuous Integration on Master
on:
push:
paths-ignore:
- 'doc/**'
- '**/README.md'
branches:
- master
pull_request:
paths-ignore:
- 'doc/**'
- '**/README.md'
branches:
- master
env:
Expand Down

0 comments on commit 89094d9

Please sign in to comment.