Skip to content

Commit fa13d1d

Browse files
Update workflow (#14)
1 parent 4712a90 commit fa13d1d

File tree

4 files changed

+19
-64
lines changed

4 files changed

+19
-64
lines changed

.github/workflows/ci.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [main]
6+
tags: [v*.*.*]
7+
8+
pull_request:
9+
branches: [ "main" ]
10+
types:
11+
- synchronize
12+
- opened
13+
- reopened
14+
15+
jobs:
16+
call_ci:
17+
uses: EffectiveRange/ci-workflows/.github/workflows/python-ci.yaml@v3

.github/workflows/test_and_release.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
[![Test and Release](https://github.com/EffectiveRange/python-context-logger/actions/workflows/test_and_release.yml/badge.svg)](https://github.com/EffectiveRange/python-context-logger/actions/workflows/test_and_release.yml)
1+
[![CI](https://github.com/EffectiveRange/python-context-logger/actions/workflows/ci.yaml/badge.svg)](https://github.com/EffectiveRange/python-context-logger/actions/workflows/ci.yaml)
32
[![Coverage badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/EffectiveRange/python-context-logger/python-coverage-comment-action-data/endpoint.json)](https://htmlpreview.github.io/?https://github.com/EffectiveRange/python-context-logger/blob/python-coverage-comment-action-data/htmlcov/index.html)
43

54
# python-context-logger

0 commit comments

Comments
 (0)