Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafei-Erin committed Feb 21, 2024
1 parent 3a372e6 commit 1c50ea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Backend-ci .yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Backend-ci

on:
push:
paths: [backend/**]
branches: [main]
paths: './backend/**'
pull_request:
types: [opened, synchronize, reopened]
paths: './backend/**'

jobs:
git-ci:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Frontend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Frontend-ci

on:
push:
paths: [frontend/**]
branches: [main]
paths: './frontend/**'
pull_request:
types: [opened, synchronize, reopened]
paths: './frontend/**'

jobs:
git-ci:
Expand Down

0 comments on commit 1c50ea1

Please sign in to comment.