Skip to content

Commit

Permalink
Merge pull request #266 from mkurz/adjust_gha_branch
Browse files Browse the repository at this point in the history
[2.9.x] Adjust branch for GHA workflows
  • Loading branch information
mkurz authored Sep 20, 2023
2 parents 95b8f64 + d636e0b commit a48ce57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches: # Snapshots
- main
- 2.9.x
tags: ["**"] # Releases
release:
types: [published]
Expand Down

0 comments on commit a48ce57

Please sign in to comment.