Skip to content

Commit c838316

Browse files
committed
ci: fix target branch and update
1 parent b351862 commit c838316

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/track_dependencies.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
name: Track Dependencies
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
6-
- main
7+
- master
78

89
jobs:
910
generate-sbom:
1011
runs-on: ubuntu-latest
1112
steps:
12-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1314
- name: Install CycloneDX
1415
run: |
1516
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)