Skip to content

Commit

Permalink
style: code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoGathK committed Aug 27, 2022
1 parent 700219c commit c91cc01
Show file tree
Hide file tree
Showing 7 changed files with 5,547 additions and 12,724 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,13 @@
name: "release"

on:
push:
branches: [beta, alpha, master]

jobs:
semantic_release:
uses: vodyani/workflows/.github/workflows/semantic-release-project.yml@master
secrets:
GITHUB_CI_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
enable_build: false

0 comments on commit c91cc01

Please sign in to comment.