Skip to content

chore: update project deployment workflow #1

chore: update project deployment workflow

chore: update project deployment workflow #1

Workflow file for this run

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

Check failure on line 11 in .github/workflows/ci_push-dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci_push-dev.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci_push-dev.yml" -> "mateusfg7/noisekun/.github/workflows/sync-main-branch.yml@main" : failed to fetch workflow: workflow was not found.
if: startsWith(github.event.head_commit.message, 'chore(release)')
call-release:
name: Call release.yml
uses: mateusfg7/noisekun/.github/workflows/release.yml@main
secrets: inherit
needs: call-sync-main
call-lint:
name: Call lint.yml
uses: mateusfg7/noisekun/.github/workflows/lint.yml@main