fix dependency-graph.yml branch setting

This commit is contained in:
kenji yoshida 2023-06-25 08:43:14 +09:00 committed by GitHub
parent 5ba9f3910a
commit fddbb942a7
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: