Skip to content

Commit

Permalink
chore(ci) ignore release Dockerfiles changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Oct 31, 2023
1 parent 84fb42b commit de9eb4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
- '**/*.md'
- '**/release.yml'
- '**/ci-large.yml'
- 'assets/release/Dockerfiles/*'
pull_request:
branches: '**'
paths-ignore:
- '**/*.md'
- '**/release.yml'
- '**/ci-large.yml'
- 'assets/release/Dockerfiles/*'
workflow_dispatch:

defaults:
Expand Down

0 comments on commit de9eb4c

Please sign in to comment.