Skip to content

Commit

Permalink
👷 Make builds on production branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHeng committed Apr 4, 2024
1 parent 530bc2a commit abdce01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Build and publish site to GitHub container registry

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["main","production"]

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

0 comments on commit abdce01

Please sign in to comment.