summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/autotools.yml2
-rw-r--r--.github/workflows/cmake.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml
index 2e38ce3..22f960f 100644
--- a/.github/workflows/autotools.yml
+++ b/.github/workflows/autotools.yml
@@ -1,4 +1,4 @@
-name: CI
+name: "CI: autotools"
on: [push]
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index d8dba49..13f3729 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -1,4 +1,4 @@
-name: CI
+name: "CI: cmake"
on: [push]