From e509509529aa593862765a48545ce3f95307c00c Mon Sep 17 00:00:00 2001 From: Maxim Karpov Date: Wed, 23 Oct 2024 11:55:29 +0300 Subject: [PATCH] feat: add static template --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f968e96..279b2cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,9 @@ name: Build on: workflow_dispatch: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] permissions: contents: read