Skip to content

Commit 2a85823

Browse files
changes
1 parent 68ce77a commit 2a85823

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: .github/workflows/deploy.yaml renamed to .github/workflows/deploy-production.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# workflow that builds production version of app and deploys it to GitHub Pages
2-
name: Deploy
1+
name: Deploy Production
32

3+
# when someone merges a pull request or commits to master
44
on:
55
push:
66
branches:
7-
- main
8-
9-
env:
10-
CI: false
7+
- master
118

9+
# deploy to github pages
1210
jobs:
1311
deploy:
1412
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)