Skip to content

Commit

Permalink
add logs to see what is the base ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Sep 1, 2020
1 parent c0e81c5 commit c4e821e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
deploy:
if: github.event.base_ref == 'refs/heads/master'
# if: github.event.base_ref == 'refs/heads/master'
# only run on staging branch
name: deploy release
runs-on: ubuntu-latest
Expand All @@ -22,6 +22,8 @@ jobs:
TO_TAG_PREFIX: release-github
steps:
- uses: actions/checkout@v2
- name: show environment
run: env
- name: setup docker
run: |
sudo ./ci/github/helpers/setup_docker_compose.bash
Expand Down

0 comments on commit c4e821e

Please sign in to comment.