Skip to content

Merge pull request #106 from mixmaxhq/guilherme/fix-ci #23

Merge pull request #106 from mixmaxhq/guilherme/fix-ci

Merge pull request #106 from mixmaxhq/guilherme/fix-ci #23

Workflow file for this run

name: continuous-integration
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checks:
uses: mixmaxhq/github-workflows-public/.github/workflows/checks.yml@main
release:
uses: mixmaxhq/github-workflows-public/.github/workflows/release.yml@main
needs: checks
secrets: inherit