Skip to content

Commit

Permalink
Update CI yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Nov 25, 2023
1 parent a383b58 commit 246d589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.yml'

workflow_dispatch:

jobs:
build-reactapp:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**/*.yml'
tags:
- 'v-*'

workflow_dispatch:
jobs:
build-reactapp:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 246d589

Please sign in to comment.