Skip to content

Commit

Permalink
Improve paths to look for changes in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 7, 2024
1 parent dba6a37 commit f27b8c3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
- "*.js"
- "*.json"
- "*.yaml"
- "*.yml"
- "cypress/**"
- "packages/**"
- ".github/workflows/acceptance.yml"

env:
NODE_VERSION: {{ cookiecutter.__gha_version_node }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- "*.js"
- "*.json"
- "*.yaml"
- "*.yml"
- "packages/**"
- ".github/workflows/code.yml"

env:
NODE_VERSION: {{ cookiecutter.__gha_version_node }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- "*.js"
- "*.json"
- "*.yaml"
- "*.yml"
- "packages/**"
- ".github/workflows/i18n.yml"

env:
NODE_VERSION: {{ cookiecutter.__gha_version_node }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- "*.js"
- "*.json"
- "*.yaml"
- "*.yml"
- "packages/**"
- ".github/workflows/storybook.yml"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- "*.js"
- "*.json"
- "*.yaml"
- "*.yml"
- "packages/**"
- ".github/workflows/unit.yml"

env:
NODE_VERSION: {{ cookiecutter.__gha_version_node }}
Expand Down

0 comments on commit f27b8c3

Please sign in to comment.