Skip to content

Commit

Permalink
Update CodeQL to use main branch (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte authored Apr 8, 2021
1 parent 283654e commit 4be66fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.js.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4be66fc

Please sign in to comment.