From a1fa69b39db7bff28a8ffc67c80cee8fdbc3c1a5 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 21 Apr 2023 19:06:32 +0300 Subject: [PATCH] Update github workflow --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index a6a29837..0da26f86 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,9 @@ name: Build OS on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: deploydoc: