Skip to content

Commit

Permalink
GHA: build images on change only
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Nov 26, 2024
1 parent 59d3f9d commit a197eb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-php-images.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Build PHP Images

on:
# Uncomment below for testing purposes
pull_request:
paths:
- 'images/**'
- '.github/workflows/build-php-images.yml'
push:
branches:
- main
paths:
- 'images/**'
- '.github/workflows/build-php-images.yml'

jobs:
buildx:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated GitHub Actions to build images only on changes to images or workflows.

## v1.6.1 - [November 4, 2024](https://github.com/lando/php/releases/tag/v1.6.1)

* Updated to [@lando/vitepress-theme-default-plus@v1.1.0-beta.18](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.18).
Expand Down

0 comments on commit a197eb1

Please sign in to comment.