Skip to content

Commit

Permalink
refactor(workflow): run workflow on tag created
Browse files Browse the repository at this point in the history
add `tags` filter on `push` trigger
remove `paths-ignore` filter from `push` since it is triggered on tag
  • Loading branch information
gamezftw authored and stefangweichinger committed Nov 15, 2024
1 parent 666c0a2 commit a03739b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Ansible Molecule

on: # yamllint disable-line rule:truthy
push:
paths-ignore:
- 'README.md'
tags:
- '**'
pull_request:
branches:
- main
Expand Down

0 comments on commit a03739b

Please sign in to comment.