Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed May 19, 2023
2 parents 0ef6328 + 096ef17 commit 8ce5ce2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Tests"

on: [push, pull_request, workflow_dispatch]
on: [push, workflow_dispatch]

jobs:
call-workflow:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A conversion utility for color spaces.

![npm][version] [![license][github-license]][github-license-url] ![npm][npm-downloads] ![npm][repo-size]
[![CodeQL](https://github.com/michijs/color-converter/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/michijs/color-converter/actions/workflows/codeql-analysis.yml)
[![CodeQL](https://github.com/michijs/color-converter/actions/workflows/codeql.yml/badge.svg)](https://github.com/michijs/color-converter/actions/workflows/codeql.yml)
[![Tests](https://github.com/michijs/color-converter/actions/workflows/tests.yml/badge.svg)](https://github.com/michijs/color-converter/actions/workflows/tests.yml)

Based on [CSS color module 4 draft](https://www.w3.org/TR/css-color-4/#color-converter-code) and [Easy RGB documentation](http://www.easyrgb.com/en/math.php)
Expand Down

0 comments on commit 8ce5ce2

Please sign in to comment.