diff --git a/.github/workflows/sync-plugin-specs.yaml b/.github/workflows/sync-plugin-specs.yaml index 539b892..4553029 100644 --- a/.github/workflows/sync-plugin-specs.yaml +++ b/.github/workflows/sync-plugin-specs.yaml @@ -13,18 +13,6 @@ on: type: string required: false default: 'chore(specs): auto-sync plugin SPEC.md files' - push: - branches: [main] - paths: - - 'plugins/**/SKILL.md' - - 'plugins/**/hooks.json' - - 'plugins/**/rules/*.md' - - 'plugins/**/commands/*.md' - - 'plugins/**/agents/*.md' - - 'plugins/**/SPEC.md' - schedule: - - cron: '0 6 * * 1' - workflow_dispatch: permissions: {}