Skip to content

docs: add PUBLISHING.md #1

docs: add PUBLISHING.md

docs: add PUBLISHING.md #1

Workflow file for this run

name: Health
on:
pull_request:
paths:
- .github/workflows/health.yml
- lib/**
- CHANGELOG.md
- pubspec.yaml
push:
branches: [main]
paths:
- .github/workflows/health.yml
- lib/**
- CHANGELOG.md
- pubspec.yaml
jobs:
build:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-health-check') }}
uses: halildurmus/workflows/.github/workflows/health.yml@main