File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Build PHP Images
2
2
3
3
on :
4
- # Uncomment below for testing purposes
5
4
pull_request :
5
+ paths :
6
+ - ' images/**'
7
+ - ' .github/workflows/build-php-images.yml'
6
8
push :
7
9
branches :
8
10
- main
11
+ paths :
12
+ - ' images/**'
13
+ - ' .github/workflows/build-php-images.yml'
14
+ workflow_dispatch :
9
15
10
16
jobs :
11
17
buildx :
Original file line number Diff line number Diff line change 1
1
## {{ UNRELEASED_VERSION }} - [ {{ UNRELEASED_DATE }}] ({{ UNRELEASED_LINK }})
2
2
3
+ * Updated GitHub Actions to build images only on changes to images or workflows.
4
+
3
5
## v1.6.1 - [ November 4, 2024] ( https://github.com/lando/php/releases/tag/v1.6.1 )
4
6
5
7
* 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 ) .
You can’t perform that action at this time.
0 commit comments