Skip to content

Commit 9ab73d6

Browse files
committed
Change to push live only on the production branch
1 parent e075d74 commit 9ab73d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Deploy to GitHub Pages
22

33
on:
4-
# Trigger the workflow every time you push to the `main` branch
5-
# Using a different branch name? Replace `main` with your branch’s name
4+
# Trigger the workflow every time you push to the `production` branch
5+
# Using a different branch name? Replace with your branch’s name
66
push:
7-
branches: [main]
7+
branches: [production]
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)