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 committed Jul 18, 2024
1 parent 4add29f commit 2166b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/galaxy_release.yml

This file was deleted.

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 2166b4d

Please sign in to comment.