Skip to content

Fixed CI path

Fixed CI path #3

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- develop
pull_request:
- ready_for_review
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: ci
uses: statikbe/.github/.github/workflows/ci.yml@main
with:
craft_version: '4'
jobs: '["ecs", "phpstan"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}