Skip to content

Commit

Permalink
Updated CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Apr 10, 2024
1 parent d3124a0 commit b99a6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on:
workflow_dispatch:
push:
branches: [ develop ]
branches: [ develop-v5 ]
pull_request:
permissions:
contents: read
Expand All @@ -14,7 +14,7 @@ jobs:
name: ci
uses: statikbe/.github/.github/workflows/ci.yml@main
with:
craft_version: '4'
craft_version: '5'
jobs: '["ecs", "phpstan"]'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b99a6b6

Please sign in to comment.