diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-01 09:09:43 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-01 09:09:43 +0100 |
commit | 835eb73d7c567c3178f6f693153bea3243ecef53 (patch) | |
tree | 73a90bcd718a0a50e368b077d78ca8f9baa3768a | |
parent | bcaadc4e36307110e203661b1300822be8e90373 (diff) | |
download | ghdl-835eb73d7c567c3178f6f693153bea3243ecef53.tar.gz ghdl-835eb73d7c567c3178f6f693153bea3243ecef53.tar.bz2 ghdl-835eb73d7c567c3178f6f693153bea3243ecef53.zip |
ci: rename workflow 'push' to 'Test'
-rw-r--r-- | .github/workflows/Test.yml (renamed from .github/workflows/push.yml) | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/Test.yml index 0c63997bf..5fdf20dca 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/Test.yml @@ -1,4 +1,4 @@ -name: 'push' +name: Test on: push: @@ -12,7 +12,7 @@ <a title="Releases" href="https://github.com/ghdl/ghdl/releases"><img src="https://img.shields.io/github/commits-since/ghdl/ghdl/latest.svg?longCache=true&style=flat-square"></a> <a title="CII Best Practices" href="https://bestpractices.coreinfrastructure.org/en/projects/3157"><img src="https://img.shields.io/cii/percentage/3157??longCache=true&style=flat-square"></a><!-- --> - <a title="'push' workflow Status" href="https://github.com/ghdl/ghdl/actions?query=workflow%3Apush"><img alt="'push' workflow Status" src="https://img.shields.io/github/workflow/status/ghdl/ghdl/push?longCache=true&style=flat-square&label=push&logo=github%20actions&logoColor=fff"></a><!-- + <a title="'Test' workflow Status" href="https://github.com/ghdl/ghdl/actions?query=workflow%3ATest"><img alt="'Test' workflow Status" src="https://img.shields.io/github/workflow/status/ghdl/ghdl/Test?longCache=true&style=flat-square&label=Test&logo=github%20actions&logoColor=fff"></a><!-- --> <a title="AppVeyor" href="https://ci.appveyor.com/project/tgingold/ghdl-psgys/history"><img src="https://img.shields.io/appveyor/ci/tgingold/ghdl-psgys/master.svg?logo=appveyor&logoColor=e8ecef&style=flat-square"></a> </p> |