From 47f013a79f23af5873757669febcb3e9ef42714e Mon Sep 17 00:00:00 2001 From: a-mankinenko <81623122+a-mankinenko@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:36:12 +0300 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b94eef8..c4dbf61 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -6,9 +6,9 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: