Skip to content

Commit

Permalink
hotfix: update backend deploy workflow to ignore specific paths and a…
Browse files Browse the repository at this point in the history
…dd new Docker Compose files
  • Loading branch information
LeonardoMeireles55 committed Feb 9, 2025
1 parent e46c097 commit d724b21
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ name: Backend Deploy Pipeline
on:
push:
branches: [ 'main' ]
paths-ignore:
- '**/*.md'
- 'README*'
- 'LICENSE'
- '.gitignore'
- '.env.example'
- 'docs/**'
- 'docker-compose.dev.yml'
- 'docker-compose.db.yml'
- 'docker-compose.local.yml'
- 'docker/**/docker-compose*.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# QualityLab Pro-API RESTful for internal laboratory quality control.

[![Docker Image CI/CD](https://github.com/LabGraphTeam/LabGraph-Back-End/actions/workflows/backend-deploy.yml/badge.svg?branch=master)](https://github.com/LabGraphTeam/LabGraph-Back-End/actions/workflows/backend-deploy.yml)
[![Docker Image CI/CD](https://github.com/LabGraphTeam/LabGraph-Back-End/actions/workflows/backend-deploy.yml/badge.svg?branch=main)](https://github.com/LabGraphTeam/LabGraph-Back-End/actions/workflows/backend-deploy.yml)

## Technologies

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d724b21

Please sign in to comment.