Skip to content

Commit

Permalink
chore: github actions 파일 on.push, on.pull_request 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 3, 2025
1 parent 8aa2c3c commit 872268c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/aws-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- develop
- chore/LA-33
pull_request:
branches:
- develop
- chore/LA-33
env:
REGISTRY: "docker.io"
NAMESPACE: "clean01"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
# - chore/LA-33
pull_request:
branches:
- main
# - chore/LA-33

env:
REGISTRY: "docker.io"
Expand Down

0 comments on commit 872268c

Please sign in to comment.