There was an error while loading. Please reload this page.
1 parent c2f0c1c commit db33279Copy full SHA for db33279
2 files changed
.github/workflows/main.yml
@@ -1,5 +1,8 @@
1
name: CI
2
on:
3
+ push:
4
+ branches: [ main ]
5
+
6
pull_request:
7
types: [opened, synchronize]
8
jobs:
README.rst
@@ -4,7 +4,7 @@ VulnerableCode
|Build Status| |License| |Python 3.8| |stability-wip| |Gitter chat|
-.. |Build Status| image:: https://github.com/nexB/vulnerablecode/workflows/CI/badge.svg
+.. |Build Status| image:: https://github.com/nexB/vulnerablecode/actions/workflows/main.yml/badge.svg?branch=main
:target: https://github.com/nexB/vulnerablecode/actions?query=workflow%3ACI
9
.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
10
:target: https://opensource.org/licenses/Apache-2.0
0 commit comments