Skip to content

Commit

Permalink
attempt to print the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Mar 21, 2024
1 parent a766ff3 commit d8a08db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-dev-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
tags: |
${{ env.DOCKER_REPOSITORY }}:${{ env.DOCKER_IMAGE_TAG }}
${{ env.DOCKER_REPOSITORY }}:${{ env.DOCKER_IMAGE_TAG_WITH_DATE }}
- name: Get default branch name
run: echo "The default branch is ${{ github.event.repository.default_branch }}"
-
if: github.ref == 'refs/heads/{{ github.event.repository.default_branch }}'
name: Send Webhook to deploy automatically to stage
Expand Down

0 comments on commit d8a08db

Please sign in to comment.