Add workflow names
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
name: CI 🔨
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
branches: ["**"]
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
name: Deploy 🚀
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master", "deploy-test"]
|
branches: ["master", "deploy-test"]
|
||||||
@@ -19,3 +21,4 @@ jobs:
|
|||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
PUBLISH_DIR: gh-pages
|
PUBLISH_DIR: gh-pages
|
||||||
PUBLISH_BRANCH: gh-pages
|
PUBLISH_BRANCH: gh-pages
|
||||||
|
`
|
||||||
Reference in New Issue
Block a user