diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e694ea42..c889436c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - dev pull_request: jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec281020..f16c41fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,9 @@ name: Release on: - push: - branches: - - main - pull_request: - # workflow_run: - # workflows: [CI] - # types: [completed] - # branches: [main] + workflow_run: + workflows: [CI] + types: [completed] + branches: [main] jobs: GetVersion: diff --git a/VERSION b/VERSION index 8a9ecc2e..9ff151c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 \ No newline at end of file +v0.1.0 \ No newline at end of file