Skip to content

Commit

Permalink
remove test trigger and code
Browse files Browse the repository at this point in the history
  • Loading branch information
yokawasa committed Dec 24, 2021
1 parent e76583a commit e7eff57
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
pull_request:
branches:
- main
- add-release-ci
paths-ignore:
- '**.md'
- '.gitignore'
Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:

release:
name: Build Push Release
#if: startsWith( github.ref, 'refs/tags/' )
if: startsWith( github.ref, 'refs/tags/' )
runs-on: ubuntu-latest
needs: test
steps:
Expand All @@ -79,8 +78,7 @@ jobs:

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::0.0.1-alpha.3
#run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit e7eff57

Please sign in to comment.