Skip to content

Add allTargets and webTargets Gradle DSL call and minimize setup #238

Add allTargets and webTargets Gradle DSL call and minimize setup

Add allTargets and webTargets Gradle DSL call and minimize setup #238

Workflow file for this run

name: Branch CI
on:
workflow_dispatch:
push:
branches-ignore:
- main
- dependabot/**
jobs:
checks:
uses: ./.github/workflows/run-checks.yml
publish:
needs: [ checks ]
uses: ./.github/workflows/publish-local.yml
secrets: inherit