File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ name: Node.js Package
55
66on :
77 push :
8- branches : [main, dev]
8+ branches :
9+ - main
10+ - " releases/**"
11+ - dev
912 release :
1013 types : [created]
1114
Original file line number Diff line number Diff line change 11This repo is a GitHub Actions demo of publishing a React App into GitHub Pages.
22
3- View the [ workflow file] ( ./.github/workflows/ci.yml ) and the [ published website] ( https://ruanyf .github.io/github-actions-demo ) .
3+ View the [ workflow file] ( ./.github/workflows/ci.yml ) and the [ published website] ( https://wscats .github.io/github-actions-tutorial ) .
44
5- Read the details in [ my blog] ( http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html ) (in Chinese).
5+ # 参考文档
6+
7+ - [ GitHub Actions/工作流程语法] ( https://docs.github.com/cn/actions/using-workflows/workflow-syntax-for-github-actions )
You can’t perform that action at this time.
0 commit comments