diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-01-06 11:21:25 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-01-06 11:21:25 -0500 |
| commit | 40a1edbbcbc636e73e3340434ec07035b5b02113 (patch) | |
| tree | 0cf0533f5aef81f8b08bbd0bb09808a896f8e3a4 /.github | |
| parent | 0999daf1f2771b87c18e8e9b0e4594cc19177c1d (diff) | |
| parent | 5ca671e5f500972e0053b2ec38fd500ce83d31ca (diff) | |
| download | monzero-gui-40a1edbbcbc636e73e3340434ec07035b5b02113.tar.gz monzero-gui-40a1edbbcbc636e73e3340434ec07035b5b02113.tar.xz monzero-gui-40a1edbbcbc636e73e3340434ec07035b5b02113.zip | |
Merge pull request #2695
5ca671e workflows: rename to be consistent with cli repo (selsta)
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 38bfeebe..5e65558f 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] |
