Skip to content

Commit

Permalink
echo branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Nov 8, 2023
1 parent d51791f commit 1d24fdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
if: github.base_ref == 'main'
runs-on: ubuntu-latest
steps:
- name: Log
run: |
echo "Base ref: ${{ github.base_ref }}"
echo "Head ref: ${{ github.head_ref }}"
- name: Check branches
run: |
if [ ${{ github.head_ref }} != "staging" ]; then
Expand Down

0 comments on commit 1d24fdd

Please sign in to comment.