Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds committed Apr 10, 2024
1 parent 00dbd6a commit 8113854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: 'Give github.ref'
run: |
echo 'github ref'
echo github.ref
$gref = github.ref
echo "$gref"
- name: 'Publish @next when on next'
if: github.ref == 'refs/heads/next'
Expand Down

0 comments on commit 8113854

Please sign in to comment.