From 4be66fc00709f90f051724b06f5a73b707fb4dd2 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Thu, 8 Apr 2021 18:38:41 +0200 Subject: [PATCH] Update CodeQL to use main branch (#1078) --- .github/workflows/ci.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: