commit | 7d05796e428eb6b8098f6a0a88c2ecd7dfeb74ef | [log] [tgz] |
---|---|---|
author | Dieter Baron <dillo@nih.at> | Fri Jun 18 13:39:10 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 18 13:39:10 2021 +0200 |
tree | f4e29e30ca6a3cf5657e64d920ec417a41af5f54 | |
parent | dd9f3c28d9528d4c011cf093a4f40cfb16fd0f18 [diff] |
Rename workflow to build.
diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/build.yml similarity index 96% rename from .github/workflows/continuous-integration.yml rename to .github/workflows/build.yml index d6ed545..3b0d9ff 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/build.yml
@@ -1,4 +1,4 @@ -name: continuous-integration +name: build on: [push] jobs: