Skip to content

Commit

Permalink
Teste déploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Oct 18, 2021
1 parent 06ca31e commit 3e44abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# The `deploy` job is dependent on the output of the `check-for-functional-changes`job.
check-for-functional-changes:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' # Only triggered for the `master` branch
if: github.ref == 'refs/heads/build-cache' # Only triggered for the `master` branch
needs: [ check-version-and-changelog ]
outputs:
status: ${{ steps.stop-early.outputs.status }}
Expand Down

0 comments on commit 3e44abd

Please sign in to comment.