Skip to content

build(gha): rename workflow #184

build(gha): rename workflow

build(gha): rename workflow #184

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