diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3cc8ab..9974b48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main] + branches: [main, develop] concurrency: group: ci-${{ github.ref }} diff --git a/package.json b/package.json index 7fb5904..ef3806b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devglide", - "version": "0.1.17", + "version": "0.1.18", "description": "AI workflow toolkit with MCP servers for kanban, shell, testing, workflows, and more — built for Claude Code", "license": "MIT", "author": "Daniel Kutyla",