Skip to content

Merge pull request #101 from fasibio/nextRelease0.5.0 #113

Merge pull request #101 from fasibio/nextRelease0.5.0

Merge pull request #101 from fasibio/nextRelease0.5.0 #113

Workflow file for this run

name: Push to master
on:
push:
branches:
- main
jobs:
tests:
uses: ./.github/workflows/job_tests.yml
tag:
name: create tag
uses: ./.github/workflows/job_tag.yml
secrets:
token: ${{secrets.TOKEN}}
needs: [tests]