Skip to content

Commit 8ff825f

Browse files
committed
chore(github): debug
1 parent e4cce1e commit 8ff825f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/debug.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Debug
2+
3+
on:
4+
push:
5+
tags: ["*"]
6+
jobs:
7+
test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: echo "Hello from tag $GITHUB_REF"

0 commit comments

Comments
 (0)