diff options
| author | selsta <selsta@sent.at> | 2019-12-31 00:20:49 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-12-31 00:20:49 +0100 |
| commit | 5ca671e5f500972e0053b2ec38fd500ce83d31ca (patch) | |
| tree | b6e5743d8be4844225237fc9e4bd40a8b80d7cfb /.github | |
| parent | 43f378b7d282fe595f681c3b1a9f27c97255f70e (diff) | |
| download | monzero-gui-5ca671e5f500972e0053b2ec38fd500ce83d31ca.tar.gz monzero-gui-5ca671e5f500972e0053b2ec38fd500ce83d31ca.tar.xz monzero-gui-5ca671e5f500972e0053b2ec38fd500ce83d31ca.zip | |
workflows: rename to be consistent with cli repo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7869c361..7ae60a90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: GUI build +name: continuous-integration/gh-actions/gui on: [push, pull_request] |
