@@ -4,7 +4,7 @@ permissions: read-all
on:
pull_request:
branches:
- - master
+ - main
jobs:
unit-tests:
@@ -4,10 +4,10 @@ permissions: read-all
push:
- branches: [ master ]
+ branches: [ main ]
# The branches below must be a subset of the branches above
schedule:
- cron: '45 22 * * 3'
jshint:
@@ -5,7 +5,7 @@ on:
- cron: '31 8 * * 6'
# Declare default permissions as read only.
permissions: read-all