Skip to content

Merge pull request #111 from fasibio/dependabot/github_actions/action… #118

Merge pull request #111 from fasibio/dependabot/github_actions/action…

Merge pull request #111 from fasibio/dependabot/github_actions/action… #118

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]