Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Aug 19, 2024
1 parent 96490b8 commit 97ebcd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
- releaseVersion

jobs:
debug-ref:
runs-on: ubuntu-latest
steps:
- name: Print github.ref
run: echo "github.ref is ${{ github.ref }}"

check:
if: startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97ebcd6

Please sign in to comment.