From d636e0bd05e71dda9445bb39bd4ad94140be8fd5 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 20 Sep 2023 09:53:29 +0200 Subject: [PATCH] Adjust branch for GHA workflows --- .github/workflows/build-test.yml | 2 +- .github/workflows/dependency-graph.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 01b8878..2f898c1 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -5,7 +5,7 @@ on: push: branches: - - 2.9.x # Check 2.9.x branch after merge + - 2.9.x # Check branch after merge concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 69cfe55..af60c2d 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -2,7 +2,7 @@ name: Dependency Graph on: push: branches: - - main + - 2.9.x concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 92e6f54..7de0f94 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish on: push: branches: # Snapshots - - main + - 2.9.x tags: ["**"] # Releases release: types: [published]