Skip to content

Commit c164af6

Browse files
committed
updated readme
1 parent 8ca1362 commit c164af6

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CMake
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "python" ]
66
paths:
77
- 'lib/**'
88
- 'src/**'

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, python]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [main]
8+
branches: [main, python]
99
schedule:
1010
- cron: '0 2 * * 4'
1111

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![CMake](https://github.com/TimoLassmann/kalign/actions/workflows/cmake.yml/badge.svg)](https://github.com/TimoLassmann/kalign/actions/workflows/cmake.yml)
2+
[![Python](https://github.com/TimoLassmann/kalign/actions/workflows/python.yml/badge.svg)](https://github.com/TimoLassmann/kalign/actions/workflows/python.yml)
3+
[![Build Python Wheels](https://github.com/TimoLassmann/kalign/actions/workflows/wheels.yml/badge.svg)](https://github.com/TimoLassmann/kalign/actions/workflows/wheels.yml)
24
![CodeQL](https://github.com/TimoLassmann/kalign/workflows/CodeQL/badge.svg)
35
![GitHub stars](https://img.shields.io/github/stars/TimoLassmann/kalign)
46
![GitHub issues](https://img.shields.io/github/issues/TimoLassmann/kalign)

0 commit comments

Comments
 (0)