From 560c9abf4d625f81e7fabd59d4a3ae06d97d8241 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 7 Feb 2021 14:30:43 -0500 Subject: [PATCH] Switch from "master" to "main" --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10038761..0633bc00 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,9 @@ name: CI on: pull_request: - branches: [ master ] + branches: [ main ] push: - branches: [ master ] + branches: [ main ] release: types: [ created ] jobs: