diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 42f9700f4..3730c4399 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -11,6 +11,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** pull_request: branches: @@ -20,6 +21,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** # This allows a subsequently queued workflow run to interrupt previous runs concurrency: diff --git a/.github/workflows/ci-sub.yml b/.github/workflows/ci-sub.yml index 03ee6858c..847428a1a 100644 --- a/.github/workflows/ci-sub.yml +++ b/.github/workflows/ci-sub.yml @@ -12,6 +12,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** pull_request: branches: @@ -21,6 +22,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** # This allows a subsequently queued workflow run to interrupt previous runs concurrency: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d4cabb4b4..9582492a1 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,6 +14,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** - feat/** pull_request: branches: @@ -23,6 +24,7 @@ on: - feature/** - enhance/** - fix/** + - copilot/** - feat/** jobs: