Skip to content

Commit

Permalink
Use correct branch in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 2, 2023
1 parent 47618c2 commit 2c040f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 branch after merge
- 3.0.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:
- 2.9.x
- 3.0.x

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
Expand Down

0 comments on commit 2c040f2

Please sign in to comment.