Skip to content

chore(column-fill): remove balance-all example (#2853) #576

chore(column-fill): remove balance-all example (#2853)

chore(column-fill): remove balance-all example (#2853) #576

name: publish-release
on:
push:
branches:
- main
jobs:
publish-release:
if: github.triggering_actor != 'dependabot[bot]'
uses: mdn/workflows/.github/workflows/publish-release.yml@main
with:
npm-publish: ${{ false }}
target-repo: 'mdn/interactive-examples'
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}