Skip to content

Commit e18c64a

Browse files
committed
ci: run CI workflow when release is published
1 parent 43e4115 commit e18c64a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- master
1212
tags:
1313
- v.*
14+
release:
15+
types: [published]
1416

1517
jobs:
1618
lint:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog
22

3+
## [2.0.1] - 2023-02-17
4+
5+
Run GitHub Actions workflow when new release is published.
6+
7+
[2.0.1]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v2.0.1
8+
39
## [2.0.0] - 2023-02-17
410

11+
Support for RedHat-based systems and latest Ansible versions.
12+
13+
[2.0.0]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v2.0.0
14+
515
### Ansible compatibility
616

717
- Require Ansible 2.9.22

0 commit comments

Comments
 (0)