diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 0c8ee889b2..c67a28bf1a 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -1,11 +1,11 @@ # This workflow will do a clean install of node dependencies and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: javascript / master +name: javascript / main on: push: - branches: [master] + branches: [main] jobs: precheck: