From 1864f6fbb4010da8f85cad1fc7b763e5e454ab16 Mon Sep 17 00:00:00 2001 From: getlarge Date: Wed, 16 Feb 2022 07:57:31 +0100 Subject: [PATCH] ci: update watched branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 409ea3f..2583ffc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,14 +3,14 @@ name: CI on: push: branches: - - main + - master paths-ignore: - README.md - API.md - docs/*.rst pull_request: branches: - - main + - master types: - ready_for_review - opened