Skip to content

Commit

Permalink
Merge pull request #5 from ismail-kharrobi/patch-ci-cd
Browse files Browse the repository at this point in the history
add labeler
  • Loading branch information
automerge-pingpong[bot] committed Aug 20, 2023
2 parents 7ed2915 + 588ee69 commit bf1c248
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
frontend:
- frontend/**/*

- frontend/**
backend:
- backend/**/*
- backend/**
server:
- nginx/**/*
- nginx/**
4 changes: 4 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main
paths:
- 'backend/**'
- 'frontend/**'
- 'nginx/**'
jobs:
staging_deploy:
runs-on : ubuntu-latest
Expand Down

0 comments on commit bf1c248

Please sign in to comment.