Skip to content

Commit abdf50b

Browse files
authored
Merge pull request #78 from laradock/ci
feat: new PR run build
2 parents 91a2c07 + a929f75 commit abdf50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerimage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: '**'
66
tags: '**'
77
schedule:
8-
- cron: 0 0 * * 6
8+
- cron: 0 0 * * 6
99

1010
jobs:
1111
build:
@@ -50,5 +50,5 @@ jobs:
5050
with:
5151
file: Dockerfile-${{ matrix.php_version }}
5252
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
53-
push: ${{ (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
53+
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
5454
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)