Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #378 from communitiesuk/bau/remove-path-filters
Browse files Browse the repository at this point in the history
Remove pipeline deploy path filters
  • Loading branch information
samuelhwilliams authored Nov 20, 2024
2 parents 413d801 + 6d7180e commit 5afd0ff
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,6 @@ on:
type: boolean
description: Run e2e tests (application)
push:
# Ignore README markdown
# Only automatically deploy when something in the app or tests folder has changed
paths:
- '!**/README.md'
- 'api/**'
- 'config/**'
- 'db/**'
- 'external-services/**'
- 'openapi/**'
- 'scripts/**'
- 'tests/**'
- 'requirements-dev.in'
- 'requirements-dev.txt'
- 'requirements.in'
- 'requirements.txt'
- '.github/workflows/copilot_deploy.yml'

jobs:
setup:
Expand Down

0 comments on commit 5afd0ff

Please sign in to comment.