Skip to content

Commit

Permalink
chore: temporarily removed other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Oct 16, 2024
1 parent ca8e52d commit 1b68a14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/frontend-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ on:
paths:
- frontend/**
- .github/**
pull_request:
branches:
- develop
paths:
- frontend/**
- .github/**

jobs:
build-dockerfile:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches: [ main, develop ]
paths: backend/**
pull_request:
branches: [ main, develop ]
paths: backend/**
# pull_request:
# branches: [ main, develop ]
# paths: backend/**

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches: [main, develop]
paths: frontend/**
pull_request:
branches: [main, develop]
paths: frontend/**
# pull_request:
# branches: [main, develop]
# paths: frontend/**

jobs:
storybook-test:
Expand Down

0 comments on commit 1b68a14

Please sign in to comment.