We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 757bce3 + 960aba4 commit be5ba91Copy full SHA for be5ba91
.github/workflows/dockerpublish.yml
@@ -5,10 +5,9 @@ on:
5
branches: '**'
6
tags: '**'
7
pull_request:
8
- branches:
9
- - 'master'
+ branches: '**'
10
schedule:
11
- - cron: 0 0 * * 6
+ - cron: 0 0 * * 6
12
13
jobs:
14
build:
@@ -53,5 +52,5 @@ jobs:
53
52
with:
54
file: Dockerfile-${{ matrix.php_version }}
55
platforms: linux/amd64,linux/arm64,linux/386
56
- push: ${{ (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
+ push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
57
tags: ${{ steps.meta.outputs.tags }}
0 commit comments