summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-20 08:58:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-20 08:58:39 (GMT)
commitedcb5e1d91ec243b0f1f462f43b5324c472a9565 (patch)
tree3abc39c7000c03bad22e256e8a076b74e782e9f9 /.github
parentef7a8aec00a2a78b52cf7d706f7e0d89b9f0b7e1 (diff)
downloadtcl-edcb5e1d91ec243b0f1f462f43b5324c472a9565.zip
tcl-edcb5e1d91ec243b0f1f462f43b5324c472a9565.tar.gz
tcl-edcb5e1d91ec243b0f1f462f43b5324c472a9565.tar.bz2
shorten github actions build name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml2
-rw-r--r--.github/workflows/win-build.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index a4fd7b3..ea5af2b 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -1,4 +1,4 @@
-name: Linux Build and Test
+name: Linux
on: [push]
jobs:
gcc:
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index c78f882..2c95399 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -1,4 +1,4 @@
-name: macOS Build and Test
+name: macOS
on: [push]
jobs:
with-Xcode:
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index e938609..b64a95c 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -1,4 +1,4 @@
-name: Windows Build and Test
+name: Windows
on: [push]
jobs:
MSVC: