Skip to content

Commit

Permalink
Run workflows when image READMEs change
Browse files Browse the repository at this point in the history
  • Loading branch information
jalendport committed Jun 3, 2024
1 parent b8e8d2a commit 65d0668
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mysql-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
latest: "8.4"
filters: |
shared: &shared
- mysql/README.md
- .github/workflows/mysql-images.yml
- .github/workflows/generic.yml
mysql-5.7:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nginx-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
latest: "1.26"
filters: |
shared: &shared
- nginx/README.md
- .github/workflows/nginx-images.yml
- .github/workflows/generic.yml
nginx-1.26:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node-action-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
latest: "22"
filters: |
shared: &shared
- node-action/README.md
- .github/workflows/node-action-images.yml
- .github/workflows/generic.yml
node-action-20:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
latest: "22"
filters: |
shared: &shared
- node/README.md
- .github/workflows/node-images.yml
- .github/workflows/generic.yml
node-16:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-action-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
latest: "8.3"
filters: |
shared: &shared
- php-action/README.md
- .github/workflows/php-action-images.yml
- .github/workflows/generic.yml
php-action-8.2:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
latest: "8.3"
filters: |
shared: &shared
- php/README.md
- .github/workflows/php-images.yml
- .github/workflows/generic.yml
php-7.4:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/redis-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
latest: "7.2"
filters: |
shared: &shared
- redis/README.md
- .github/workflows/redis-images.yml
- .github/workflows/generic.yml
redis-7.2:
Expand Down

0 comments on commit 65d0668

Please sign in to comment.