Skip to content

chore: include push trigger for main branch #6

chore: include push trigger for main branch

chore: include push trigger for main branch #6

Workflow file for this run

name: CI
on:
push:
branches:
- main
release:
types: [published, edited, prereleased]
jobs:
check:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
build:
permissions: write-all
needs: check
uses: ./.github/workflows/build.yml

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/build.yml" (source branch with sha:c26b3ba63c463cf382b278e6e614402ed5419c2d) : workflow is not reusable as it is missing a `on.workflow_call` trigger