Skip to content

Commit 2819f4a

Browse files
committed
maintenance : add workflow_dispatch to build.yml
1 parent 3f697cb commit 2819f4a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: build
22

3+
34
on:
45
push:
56
branches:
@@ -8,6 +9,8 @@ on:
89
- 'feature/**'
910
pull_request:
1011
branches: [ main ]
12+
workflow_dispatch:
13+
1114

1215
jobs:
1316

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
## [v0.2.1] - 2025-03-08
2525

26+
### Added
27+
28+
* Add `workflow_dispatch` trigger to the Github Actions workflow.
29+
2630

2731
### Removed
2832
* Remove `GITHUB_OUTPUT` file writing.

0 commit comments

Comments
 (0)