summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pr-mirror-repo-sync.yml2
-rw-r--r--.github/workflows/pull-request-labels.yml2
-rw-r--r--.github/workflows/pull-request-management.yml2
-rw-r--r--.github/workflows/pull-request-message-check.yml2
-rw-r--r--.github/workflows/unused-imports.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/pr-mirror-repo-sync.yml b/.github/workflows/pr-mirror-repo-sync.yml
index ce07349..30dab14 100644
--- a/.github/workflows/pr-mirror-repo-sync.yml
+++ b/.github/workflows/pr-mirror-repo-sync.yml
@@ -6,7 +6,7 @@ name: PR Mirror and Repo Sync
on:
pull_request_target:
types: [closed]
- branches: [current]
+ branches: [production]
workflow_dispatch:
inputs:
sync_branch:
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml
index 31e1bd9..d7eef8d 100644
--- a/.github/workflows/pull-request-labels.yml
+++ b/.github/workflows/pull-request-labels.yml
@@ -4,7 +4,7 @@ name: Add pull request labels
on:
pull_request_target:
branches:
- - current
+ - production
- equuleus
- sagitta
diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml
index 34c9c45..50feeec 100644
--- a/.github/workflows/pull-request-management.yml
+++ b/.github/workflows/pull-request-management.yml
@@ -4,7 +4,7 @@ name: Build Pull Request Package
on:
pull_request:
branches:
- - current
+ - production
- sagitta
- equuleus
diff --git a/.github/workflows/pull-request-message-check.yml b/.github/workflows/pull-request-message-check.yml
index 2487879..067c62e 100644
--- a/.github/workflows/pull-request-message-check.yml
+++ b/.github/workflows/pull-request-message-check.yml
@@ -4,7 +4,7 @@ name: Check pull request message format
on:
pull_request:
branches:
- - current
+ - production
- sagitta
- equuleus
diff --git a/.github/workflows/unused-imports.yml b/.github/workflows/unused-imports.yml
index 11db873..b911bd8 100644
--- a/.github/workflows/unused-imports.yml
+++ b/.github/workflows/unused-imports.yml
@@ -2,7 +2,7 @@ name: Check for unused imports using Pylint
on:
pull_request_target:
branches:
- - current
+ - production
- sagitta
jobs: