Skip to content

Commit ae3108b

Browse files
committed
feat: update build workflow to trigger on tag pushes for CI validation
1 parent f903482 commit ae3108b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- master
88
- "feature/**"
99
- "feat/**"
10+
tags:
11+
- "build-test-*"
12+
- "v*"
1013
pull_request:
1114
branches:
1215
- master

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ All significant updates to the "blocklypy" extension are tracked in this file.
99
- Prepare next release notes.
1010
- Run VS Code integration tests in GitHub Actions using `xvfb-run` so
1111
`vscode-test` works in CI headless environments.
12+
- Run the build workflow on `build-test-*` and `v*` tag pushes for CI
13+
validation.
1214

1315
### Added
1416

0 commit comments

Comments
 (0)