mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-26 01:06:10 +00:00
update gh workflow, more bulletproof
This commit is contained in:
parent
17e25752a0
commit
7e97e336b0
2 changed files with 4 additions and 2 deletions
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
|
@ -4,7 +4,8 @@ name: Deploy static content to Pages
|
|||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ['main']
|
||||
branches:
|
||||
- main
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
|
@ -28,4 +28,5 @@ Populate `./dist` with a packaged build, ready for upload
|
|||
|
||||
### Notes
|
||||
|
||||
Includes a GitHub workflow to automatically build to GitHub Pages. The workflow may require adjusting if your primary branch isn't `main` or the repo isn't named `react-state-management`.
|
||||
Includes a GitHub workflow to automatically build to GitHub Pages.
|
||||
If your default branch is not `main` the workflow will need to be edited.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue