Skip to content

Commit

Permalink
ci: run CI workflow when release is published
Browse files Browse the repository at this point in the history
  • Loading branch information
markosamuli committed Feb 17, 2023
1 parent 43e4115 commit e18c64a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- master
tags:
- v.*
release:
types: [published]

jobs:
lint:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog

## [2.0.1] - 2023-02-17

Run GitHub Actions workflow when new release is published.

[2.0.1]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v2.0.1

## [2.0.0] - 2023-02-17

Support for RedHat-based systems and latest Ansible versions.

[2.0.0]: https://github.com/markosamuli/ansible-linuxbrew/releases/tag/v2.0.0

### Ansible compatibility

- Require Ansible 2.9.22
Expand Down

0 comments on commit e18c64a

Please sign in to comment.