Skip to content

Commit c4e821e

Browse files
authored
add logs to see what is the base ref
1 parent c0e81c5 commit c4e821e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
deploy:
16-
if: github.event.base_ref == 'refs/heads/master'
16+
# if: github.event.base_ref == 'refs/heads/master'
1717
# only run on staging branch
1818
name: deploy release
1919
runs-on: ubuntu-latest
@@ -22,6 +22,8 @@ jobs:
2222
TO_TAG_PREFIX: release-github
2323
steps:
2424
- uses: actions/checkout@v2
25+
- name: show environment
26+
run: env
2527
- name: setup docker
2628
run: |
2729
sudo ./ci/github/helpers/setup_docker_compose.bash

0 commit comments

Comments
 (0)