Skip to content

UPDATE: preparation for benchmark #15

UPDATE: preparation for benchmark

UPDATE: preparation for benchmark #15

Workflow file for this run

name: Versioning
on:
pull_request:
types: [closed]
jobs:
build:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
with:
release_branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}