Skip to content

build(gha): run same checks on push, pr and release #187

build(gha): run same checks on push, pr and release

build(gha): run same checks on push, pr and release #187

Workflow file for this run

name: 'On push ⚙️'
on:
push:
branches:
- main
- beta
- alpha
paths-ignore:
- ./**/*.md
- ./.idea/**
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
bundlewatch:
uses: ./.github/workflows/bundlewatch.yml
secrets: inherit
test:
uses: ./.github/workflows/test.yml
secrets: inherit
rebase-prs:
needs:
- test
- bundlewatch
uses: ./.github/workflows/rebase-prs.yml
secrets: inherit