Skip to content

Merge branch 'dev' into main #14

Merge branch 'dev' into main

Merge branch 'dev' into main #14

Workflow file for this run

name: "[CI] Push Main"
on:
push:
branches:
- main
jobs:
call-release:
name: Call release.yml
uses: mateusfg7/noisekun/.github/workflows/release.yml@main
secrets: inherit
call-lint:
name: Call lint.yml
uses: mateusfg7/noisekun/.github/workflows/lint.yml@main
call-sync-dev:
name: Call sync-dev-branch.yml
uses: mateusfg7/noisekun/.github/workflows/sync-dev-branch.yml@main