summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-10 19:19:22 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-10 19:19:25 +0900
commit9b203959d51b597075fe8bfcc07a24845bca4876 (patch)
tree5e4965476c6f9b4e23393daadb1796e7be30e384
parent5e3fb0b3572d64a82ed86af15d4adca50d71fd6b (diff)
downloadruby-9b203959d51b597075fe8bfcc07a24845bca4876.tar.gz
Rename workflow.yml to macos.yml
to allow having other workflows separately, and configure `name` to simplify a tooltip label on GitHub.
-rw-r--r--.github/workflows/macos.yml (renamed from .github/workflows/workflow.yml)1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/macos.yml
index 1e5e97b4aa..ad521ced49 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/macos.yml
@@ -1,3 +1,4 @@
+name: macos
on:
- push
- pull_request