Skip to content

Commit

Permalink
Merge pull request #13 from KUIT-Space/chore/#10/git-action-진행-조건-변경
Browse files Browse the repository at this point in the history
[chore] update cicd condition
  • Loading branch information
hyunn522 authored Jul 16, 2024
2 parents c9bb028 + ae030ec commit 984257d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ name: CI/CD gradle

on:
push:
branches: [ "main" ]
branches:
- "main"
- "develop"
pull_request:
branches: [ "main" ]
branches:
- "main"
- "develop"

env:
AWS_REGION: ap-northeast-2
Expand Down Expand Up @@ -62,6 +66,7 @@ jobs:
name: deploy
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/main'
environment: production
steps:
# (1) 기본 체크아웃
Expand Down

0 comments on commit 984257d

Please sign in to comment.