Skip to content

Commit

Permalink
Merge pull request #414 from netgroup-polito/mio/release-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmakerbot authored Feb 3, 2021
2 parents 473956b + 3e74733 commit 043f25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
echo "::set-output name=ref::${{ github.sha }}"
fi
# The suffix to append to the repository name if not triggered by a push to master
[[ "${{ github.event_name }}" == "push" && "${{ github.ref }}" == "refs/heads/master" ]] && \
# The suffix to append to the repository name if not triggered by a push
[[ "${{ github.event_name }}" == "push" && "${{ github.event.repository.full_name }}" == "${{ github.repository }}" ]] && \
echo "::set-output name=repo-suffix::" || \
echo "::set-output name=repo-suffix::-dev"
Expand Down

0 comments on commit 043f25d

Please sign in to comment.