From 6496bfbdb939800cb546ee9adba662a1c923a501 Mon Sep 17 00:00:00 2001 From: Alim Yuzbashev <45521753+alimyuz@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:42:46 +0200 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 51ef821..019dc22 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -5,9 +5,9 @@ name: Swift on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: