Add workflow names
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
name: CI 🔨
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
|
||||
@@ -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
|
||||
`
|
||||
Reference in New Issue
Block a user