diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 04:50:40 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 04:50:40 +0200 |
| commit | 5b8f831194dcbfd6b544a49610ca4f5689528c10 (patch) | |
| tree | a27b70ee39f1da71f65e9835f5dda2c2e5dca75f /.github/workflows | |
| parent | 20d9d9906b8447231fc52b971b3624aa69f899c3 (diff) | |
ci: rename actions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake-tag.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake-tag.yml b/.github/workflows/cmake-tag.yml index 6ebeb476..605aba43 100644 --- a/.github/workflows/cmake-tag.yml +++ b/.github/workflows/cmake-tag.yml @@ -1,4 +1,4 @@ -name: CMake +name: tag on: push: diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3eab386b..a66d263c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,4 +1,4 @@ -name: CMake +name: commit on: push: |
