mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #102] [CLOSED] chore: Limit CI pipeline to trigger only on main branch pushes #146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/102
Author: @QuantumGhost
Created: 4/16/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
56688eechore: Limit CI pipeline to trigger only on main branch pushes📊 Changes
2 files changed (+4 additions, -0 deletions)
View changed files
📝
.github/workflows/mega-linter.yaml(+2 -0)📝
.github/workflows/pull-request.yaml(+2 -0)📄 Description
Previously, the
Pull Requestand theMegaLinterpipelines were triggered on pushes to any branch, including feature branches and other temporary branches. This behavior unnecessarily consumed CI execution quotas.This change restricts the triggers for these pipelines, ensuring they only execute on pushes to the
mainbranch.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.