Skip to content

Commit

Permalink
feat: Add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Nov 17, 2023
1 parent 4e77d3e commit 7e2fa13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
push:
branches:
- 1.x

name: CI

jobs:
release:
uses: mindkomm/workflows/.github/workflows/release.yml@main

0 comments on commit 7e2fa13

Please sign in to comment.