Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
triwinds committed Nov 12, 2022
1 parent 0c61874 commit e9ea993
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI build on new tag
on:
workflow_dispatch:
push:
branches:
- main
tags:
- '*'

Expand All @@ -19,6 +21,13 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
cd vue
npm install
npm run build
- run: |
python -m venv venv
venv\Scripts\activate.ps1
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
cd vue
npm install
npm run build
- run: |
python -m venv venv
venv\Scripts\activate.ps1
Expand Down

0 comments on commit e9ea993

Please sign in to comment.