Skip to content

Commit

Permalink
Don't run full CI when only exceptions were changed
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Aug 8, 2024
1 parent 755fec9 commit 7af66bd
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -3,6 +3,8 @@ name: CI
on:
push:
branches: master
paths-ignore:
- 'flatpak_builder_lint/staticfiles/exceptions.json'
pull_request:
branches: master
paths-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths-ignore:
- 'flatpak_builder_lint/staticfiles/exceptions.json'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7af66bd

Please sign in to comment.