Skip to content

Commit

Permalink
update NextJS Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-opolka committed Aug 4, 2023
1 parent ba8736f commit 2b06f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#
# To get started with Next.js see: https://nextjs.org/docs/getting-started
#
name: Deploy Next.js site to Pages
name: Deploy Dev Next.js site to Pages

on:
# Runs on pushes targeting the default branch
# Runs on pushes targeting a specific branch
push:
branches: ["main"]
branches: ["theme-system-github-primer"]

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

0 comments on commit 2b06f27

Please sign in to comment.