Add workflow names

This commit is contained in:
Josh Gross
2019-12-23 13:18:12 -05:00
parent d7c70385a0
commit b35c71f032
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
name: CI 🔨
on:
push:
branches: ["**"]
+3
View File
@@ -1,3 +1,5 @@
name: Deploy 🚀
on:
push:
branches: ["master", "deploy-test"]
@@ -19,3 +21,4 @@ jobs:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_DIR: gh-pages
PUBLISH_BRANCH: gh-pages
`