Skip to content

Commit

Permalink
Use paths mixing include and exclude paths
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Feb 16, 2025
1 parent 54229cd commit 5795f34
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions .github/workflows/check-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,29 @@ concurrency:

on:
push:
paths-ignore:
- 'CONTRIBUTING.md'
- 'doc/**'
- 'release-notes/**'
- 'Cabal-tests/test/**'
- 'cabal-testsuite/PackageTests/**'
paths:
- 'Cabal-QuickCheck/**'
- 'Cabal-described/**'
- 'Cabal-syntax/**'
- 'Cabal-tests/**'
- 'Cabal-tree-diff/**'
- 'Cabal/**'
- 'cabal-install-solver/**'
- 'cabal-install/**'
- '!Cabal-tests/test/**'
- '!cabal-testsuite/PackageTests/**'
pull_request:
paths-ignore:
- 'CONTRIBUTING.md'
- 'doc/**'
- 'release-notes/**'
- 'Cabal-tests/test/**'
- 'cabal-testsuite/PackageTests/**'
paths:
- 'Cabal-QuickCheck/**'
- 'Cabal-described/**'
- 'Cabal-syntax/**'
- 'Cabal-tests/**'
- 'Cabal-tree-diff/**'
- 'Cabal/**'
- 'cabal-install-solver/**'
- 'cabal-install/**'
- '!Cabal-tests/test/**'
- '!cabal-testsuite/PackageTests/**'
release:
types:
- created
Expand Down

0 comments on commit 5795f34

Please sign in to comment.