diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-22 23:04:57 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-23 15:13:36 +0200 |
commit | 82b30f36cb3f0de8c99891dd3c0e25e83f62ccb0 (patch) | |
tree | daede2024748cddc02a1e6ba447012055f34681c /.github/workflows/windows_builds.yml | |
parent | 2ba96f0dd9ed1cc218b464b0964138c51591dded (diff) | |
download | redot-engine-82b30f36cb3f0de8c99891dd3c0e25e83f62ccb0.tar.gz |
GitHub Actions: Prepend emoji to platform names for easy visual grepping
Diffstat (limited to '.github/workflows/windows_builds.yml')
-rw-r--r-- | .github/workflows/windows_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 0d3c78b45d..a2fa4cc7c8 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -1,4 +1,4 @@ -name: Windows Builds +name: 🏁 Windows Builds on: [push, pull_request] # Global Cache Settings |