removed checks
This commit is contained in:
@@ -7,14 +7,11 @@ on: push
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# if: github.event.pull_request.merged
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Tag
|
- name: Tag
|
||||||
uses: K-Phoen/semver-release-action@master
|
uses: K-Phoen/semver-release-action@master
|
||||||
with:
|
with:
|
||||||
release_branch: pyproject.toml
|
release_branch: test_semver
|
||||||
release_strategy: none
|
release_strategy: none
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user