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 6dca13a commit 3c380dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Backend-ci .yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Backend-ci

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

jobs:
git-ci:
if: "${{ github.event.label.name == 'deploy: backend' }}"
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Frontend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: Frontend-ci

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

jobs:
git-ci:
if: "${{ github.event.label.name == 'deploy: frontend' }}"
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Remove deploy label
uses: actions-ecosystem/action-remove-labels@v1
with:
Expand Down

0 comments on commit 3c380dd

Please sign in to comment.