From 1808fe00ea5e04726ed35758074570041d2d78b4 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Mon, 27 Jul 2020 08:07:20 -0500 Subject: [PATCH] master -> main --- .github/workflows/test-waylonwalker-com.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index 59b77f4..1f179f8 100644 --- a/.github/workflows/test-waylonwalker-com.yml +++ b/.github/workflows/test-waylonwalker-com.yml @@ -6,9 +6,9 @@ name: Test WaylonWalker.com # events but only for the master branch on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: '*/10 * * * *'