Skip to content

Commit

Permalink
Merge pull request #1227 from alicevision/ci/ignore_db
Browse files Browse the repository at this point in the history
[ci] do not trigger ci rebuild for .db files
  • Loading branch information
fabiencastan authored Sep 16, 2022
2 parents 98b26d3 + 3e55fa8 commit 711edc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths-ignore:
- '**.md'
- '**.rst'
- '**.db'
- 'docs/**'
pull_request:
paths-ignore:
- '**.md'
- '**.rst'
- '**.db'
- 'docs/**'

jobs:
Expand Down

0 comments on commit 711edc2

Please sign in to comment.