We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad1811 commit acfff94Copy full SHA for acfff94
1 file changed
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy to forgoodfirstissue.dev
3
on:
4
# Runs on pushes targeting the default branch
5
push:
6
- branches: ["main"]
+ branches: ["deploy"]
7
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
@@ -67,7 +67,7 @@ jobs:
67
uses: stefanzweifel/git-auto-commit-action@v4
68
with:
69
commit_message: update generated.json [skip actions]
70
- branch: main
+ branch: deploy
71
file_pattern: 'generated.json'
72
skip_checkout: true
73
push_options: '--force'
0 commit comments