Skip to content

Commit

Permalink
Merge branch 'cicd-test' of github.com:mejaiGG/Frontend into cicd-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchijinju committed Jul 20, 2024
2 parents 807fa94 + 985f299 commit 379efa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# To get started with Next.js see: https://nextjs.org/docs/getting-started
#
name: Deploy Next.js site to Pages
name: Deploy Next.js

env:
AWS_REGION: ap-northeast-2
Expand All @@ -13,7 +13,7 @@ env:
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["main", "cicd-test"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 379efa0

Please sign in to comment.