From 1b592d7f28fde35c58a1cd3b31eb411e562adaa4 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 14 Jan 2021 12:12:46 +0700 Subject: Fix the branch name in the GH Actions workflow file. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52b5edd..8cd317d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,9 @@ name: CI # events but only for the master branch on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: -- cgit v1.2.3