master -> main

This commit is contained in:
Waylon Walker 2020-07-27 08:07:20 -05:00 committed by GitHub
parent b7df452394
commit 1808fe00ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@ name: Test WaylonWalker.com
# events but only for the master branch # events but only for the master branch
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
schedule: schedule:
- cron: '*/10 * * * *' - cron: '*/10 * * * *'