Skip to content

Commit

Permalink
change workflow to update readmes when meta/main.yml is changed
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <[email protected]>
  • Loading branch information
rndmh3ro committed May 31, 2024
1 parent f774648 commit 37cf30b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/roles-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on: # yamllint disable-line rule:truthy
branches: [master]
paths:
- 'roles/**/meta/argument_specs.yml'
- 'roles/**/meta/main.yml'
pull_request:
branches: [master]
paths:
- 'roles/**/meta/argument_specs.yml'
- 'roles/**/meta/main.yml'

jobs:
readme:
Expand Down

0 comments on commit 37cf30b

Please sign in to comment.