Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenkron committed Jul 10, 2024
1 parent 731660e commit 057f5a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Print Hey on Tag Push

on:
push:
tags:
- 'Yami_Twitch_*.*'

jobs:
print_hey:
runs-on: ubuntu-latest

steps:
- name: Print Hey
run: echo "hey"

0 comments on commit 057f5a0

Please sign in to comment.