Skip to content

build: remove bundlewatch in favor of codecov #234

build: remove bundlewatch in favor of codecov

build: remove bundlewatch in favor of codecov #234

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:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
test:
needs: build
uses: ./.github/workflows/test.yml
secrets: inherit
rebase-prs:
needs:
- test
- build
uses: ./.github/workflows/rebase-prs.yml
secrets: inherit