diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 360d29a..3ed2d21 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Build and Test with Node.js +name: Main Branch Build & Test on: push: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index deac21d..e989ea9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Build and Deploy to GitHub Pages +name: Staging Branch Build & Deploy on: push: