diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a4f3f7d3..aab5d544 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -3,10 +3,10 @@ name: CI/CD on: push: branches: [ master ] - tags: - - 'v*' pull_request: branches: [ master ] + # branch or tag created + create: jobs: diff --git a/RELEASE b/RELEASE index d79cc087..00507270 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.2.0 +tag: v0.2.1 commitInclude: parentOfMergeCommit: true