Skip to content

Commit db33279

Browse files
authored
Fix GitHub CI badge (#539)
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent c2f0c1c commit db33279

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22
on:
3+
push:
4+
branches: [ main ]
5+
36
pull_request:
47
types: [opened, synchronize]
58
jobs:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VulnerableCode
44
|Build Status| |License| |Python 3.8| |stability-wip| |Gitter chat|
55

66

7-
.. |Build Status| image:: https://github.com/nexB/vulnerablecode/workflows/CI/badge.svg
7+
.. |Build Status| image:: https://github.com/nexB/vulnerablecode/actions/workflows/main.yml/badge.svg?branch=main
88
:target: https://github.com/nexB/vulnerablecode/actions?query=workflow%3ACI
99
.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
1010
:target: https://opensource.org/licenses/Apache-2.0

0 commit comments

Comments
 (0)