Skip to content

Commit b598455

Browse files
authored
Merge branch 'master' into how-to-install-akeneo-7-on-hypernode
2 parents ea6f472 + 52b680c commit b598455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
environment:
4848
name: acceptance
4949
url: ${{ steps.get_brancher_hostname.outputs.BRANCHER_URL }}
50-
if: github.ref != 'refs/heads/master'
50+
if: github.event_name == 'pull_request_target'
5151
container: quay.io/hypernode/deploy:latest-php8.4-node22
5252
steps:
5353
- uses: actions/checkout@v3
@@ -103,7 +103,7 @@ jobs:
103103
environment:
104104
name: production
105105
url: https://docs.hypernode.io
106-
if: github.ref == 'refs/heads/master'
106+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
107107
container: quay.io/hypernode/deploy:latest-php8.4-node22
108108
steps:
109109
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)