Skip to content

Commit

Permalink
* [ci] update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Aug 5, 2024
1 parent ffd4a5e commit bed5c46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
push:
branches:
- '*'
paths:
- '**.go'
- 'go.mod'
- '.github/workflows/*.yml'
pull_request:
branches:
- "*"
paths:
- '**.go'
# paths:
# - '**.go'
# - 'go.mod'
# - '.github/workflows/*.yml'
# pull_request:
# branches:
# - "*"
# paths:
# - '**.go'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gen_version_file:
@echo ${VERSION} > ${QINIU_DIR}/${PROJECT}/version.txt

compile_ui:
@cd ui && yarn build && cd ..
@cd ui && yarn install && yarn build && cd ..

prepare_res:
@echo 'start prepare res'
Expand Down

0 comments on commit bed5c46

Please sign in to comment.