Skip to content

Commit

Permalink
Change to deploy branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Nov 2, 2023
1 parent dad1811 commit acfff94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to forgoodfirstissue.dev
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["deploy"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: update generated.json [skip actions]
branch: main
branch: deploy
file_pattern: 'generated.json'
skip_checkout: true
push_options: '--force'
Expand Down

0 comments on commit acfff94

Please sign in to comment.