Skip to content

Create deploy.yml

Create deploy.yml #2

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build.yml
test:
needs: build
uses: ./.github/workflows/test.yml
deploy:
needs: test
uses: ./.github/workflows/deploy.yml

Check failure on line 21 in .github/workflows/continous-intigration.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/continous-intigration.yml

Invalid workflow file

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