Skip to content

Commit acfff94

Browse files
committed
Change to deploy branch.
1 parent dad1811 commit acfff94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to forgoodfirstissue.dev
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["main"]
6+
branches: ["deploy"]
77

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

0 commit comments

Comments
 (0)