Skip to content

Commit

Permalink
Add workflow for testing github refs
Browse files Browse the repository at this point in the history
  • Loading branch information
emsknock committed Aug 30, 2024
1 parent 07e6b30 commit 7c58c7e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ref-debug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Release (Production version for A2 + Binaries + GH Pages)
on: [workflow_dispatch]

jobs:
print-ref:
name: Print ref
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.ref_name }}

0 comments on commit 7c58c7e

Please sign in to comment.