Skip to content

Commit

Permalink
Ensure images are rebuilt if workflow (versions) change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdutch committed Jun 29, 2023
1 parent bbf156f commit f0b16ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- "chrome/**"
- ".github/workflows/build-chrome"
branches:
- 'main'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-solr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- "solr/**"
- ".github/workflows/build-solr"
branches:
- 'main'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-tugboat-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- "tugboat-php/**"
- ".github/workflows/build-tugboat-php"
branches:
- 'main'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-tugboat-solr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- "tugboat-solr/**"
- ".github/workflows/build-tugboat-solr"
branches:
- 'main'

Expand Down

0 comments on commit f0b16ac

Please sign in to comment.