We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f903482 commit ae3108bCopy full SHA for ae3108b
2 files changed
.github/workflows/build.yml
@@ -7,6 +7,9 @@ on:
7
- master
8
- "feature/**"
9
- "feat/**"
10
+ tags:
11
+ - "build-test-*"
12
+ - "v*"
13
pull_request:
14
branches:
15
CHANGELOG.md
@@ -9,6 +9,8 @@ All significant updates to the "blocklypy" extension are tracked in this file.
- Prepare next release notes.
- Run VS Code integration tests in GitHub Actions using `xvfb-run` so
`vscode-test` works in CI headless environments.
+- Run the build workflow on `build-test-*` and `v*` tag pushes for CI
+ validation.
### Added
16
0 commit comments