Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aarikpokras authored Nov 24, 2024
1 parent 2d1bc1f commit f71ed0b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Create release"
on:
push:
tags:
- v*.*.*

jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo hi

0 comments on commit f71ed0b

Please sign in to comment.