Skip to content

Merge pull request #46 from Rubilmax/dependabot/npm_and_yarn/semver-6… #60

Merge pull request #46 from Rubilmax/dependabot/npm_and_yarn/semver-6…

Merge pull request #46 from Rubilmax/dependabot/npm_and_yarn/semver-6… #60

Workflow file for this run

name: Push
on:
push:
branches:
- main
- next
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit