From a97d34f8ed27a80c3e971e787562082d9dabad51 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 31 Jan 2024 09:22:03 +0900 Subject: [PATCH] master -> main --- .github/workflows/haskell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index a439c61..9ee3a5d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -2,9 +2,9 @@ name: Haskell CI on: push: - branches: [ 'master', 'ci' ] + branches: [ 'main', 'ci' ] pull_request: - branches: [ 'master' ] + branches: [ 'main' ] jobs: build: