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

Commit

Permalink
Remove pipeline deploy path filters
Browse files Browse the repository at this point in the history
It's really annoying to not have a pipeline trigger when you expect it
to, and unless this list of paths is fiercly kept accurate/up-to-date
then inevitably someone will get caught off guard.

That someone is me - right now. :(
  • Loading branch information
samuelhwilliams committed Nov 20, 2024
1 parent 413d801 commit 6d7180e
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 6d7180e

Please sign in to comment.