File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 33name : CI
44
55# Controls when the action will run. Triggers the workflow on push or pull request
6- # events but only for the dev branch
6+ # events but only for the deploy branch
77on :
88 push :
9- # branches: [ dev-2023S2 ]
10- branches : [ dev ]
9+ branches : [ deploy ]
10+ # branches: [ dev ]
1111 paths-ignore :
1212 - ' doc/**' # Ignore all files and subdirectories under "doc/"
1313 - ' docs/**' # Ignore all files and subdirectories under "docs/"
1919 build :
2020 # The type of runner that the job will run on
2121 runs-on : ubuntu-latest
22+ environment : Deploy
2223
2324 # Steps represent a sequence of tasks that will be executed as part of the job
2425 steps :
36373738 with :
3839 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39- BRANCH : master # The branch the action should deploy to .
40+ BRANCH : master # The branch the action should deploy.
4041 FOLDER : build # The folder the action should deploy.
4142 CLEAN : true # Automatically remove deleted files from the deploy branch
You can’t perform that action at this time.
0 commit comments