Skip to content

Commit

Permalink
update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Aug 17, 2022
1 parent 34c7b29 commit bba8c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- master
- develop
- 'release/**'
- 'release/*'
paths-ignore:
- 'readme.md'
- 'CHANGELOG.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-vswin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- master
- develop
- 'release/**'
- 'release/*'
paths-ignore:
- 'readme.md'
- 'src/extension/CHANGELOG.md'
Expand Down

0 comments on commit bba8c6e

Please sign in to comment.