Merge pull request #20 from actions/joshmgross/workflow-names

Add workflow names
This commit is contained in:
Josh Gross
2019-12-23 13:21:55 -05:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
name: CI 🔨
on:
push:
branches: ["**"]
+2
View File
@@ -1,3 +1,5 @@
name: Deploy 🚀
on:
push:
branches: ["master", "deploy-test"]