Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchijinju authored Jul 20, 2024
1 parent 0d4c894 commit 985f299
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 985f299

Please sign in to comment.