Skip to content

Commit

Permalink
CI on main branch and tags (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Jeandemange <[email protected]>
  • Loading branch information
jeandemanged authored Nov 10, 2024
1 parent 2da349f commit 4a3cfd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
required: true
default: false
type: boolean
push:
branches:
- main
- 'release/v**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
release:
types:
- published
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

**Y**et **A**nother **G**rid **A**nalysis **T**ool

[![Actions Status](https://github.com/jeandemanged/yagat/workflows/CI/badge.svg)](https://github.com/jeandemanged/yagat/actions)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jeandemanged_yagat&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=jeandemanged_yagat)

## Overview

YAGAT provides a graphical user interface built on top of the [PowSyBl](https://www.powsybl.org) open source grid analysis libraries.
Expand Down

0 comments on commit 4a3cfd0

Please sign in to comment.