Merge pull request #7316 from xuwei-k/dependency-graph-branch

fix `dependency-graph.yml` branch setting
This commit is contained in:
eugene yokota 2023-06-25 19:19:29 -04:00 committed by GitHub
commit 503f4002bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name: Submit Dependency Graph
on:
push:
branches: [1.7.x] # default branch of the project
branches: [1.9.x] # default branch of the project
permissions: {}
jobs:
submit-graph: