Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Jul 13, 2023
1 parent 8f20566 commit 9456aea
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: test release

on:
workflow_dispatch:
push:
branches: [ "main", "beta" ]

jobs:
ci:
uses: retejs/.github/.github/workflows/release.yml@main
secrets: inherit

0 comments on commit 9456aea

Please sign in to comment.