Skip to content

Commit c0da19d

Browse files
KayJay7Lucide
andcommitted
Added CI
Co-authored-by: Riccardo Cavasin <Lucide@users.noreply.github.com>
1 parent b49133c commit c0da19d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Build and Release
2+
3+
on:
4+
push:
5+
tags:
6+
- "rel"
7+
workflow_dispatch:
8+
9+
jobs:
10+
shared-ci:
11+
permissions:
12+
contents: write
13+
uses: esperto-input/.github/.github/workflows/release.yml@master
14+
secrets: inherit

0 commit comments

Comments
 (0)