We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e075d74 commit 9ab73d6Copy full SHA for 9ab73d6
.github/workflows/deploy.yaml
@@ -1,10 +1,10 @@
1
name: Deploy to GitHub Pages
2
3
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
+ # Trigger the workflow every time you push to the `production` branch
+ # Using a different branch name? Replace with your branch’s name
6
push:
7
- branches: [main]
+ branches: [production]
8
# Allows you to run this workflow manually from the Actions tab on GitHub.
9
workflow_dispatch:
10
0 commit comments