diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7064186..aea9d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +name: CI 🔨 + on: push: branches: ["**"] diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3908f12..f3e3b22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 +` \ No newline at end of file