From da80002ed5c690f60b8ae7e9ccc9ce489e317762 Mon Sep 17 00:00:00 2001 From: Hovhannes Babayan Date: Mon, 24 Mar 2025 10:27:54 +0400 Subject: [PATCH] chore: update verify.yml to use 'main' branch for push and pull_request events --- .github/workflows/verify.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 02bd8f9..5767c8d 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -2,9 +2,11 @@ name: Verify on: push: - branches: [ $default-branch ] + branches: + - main pull_request: - branches: [ $default-branch ] + branches: + - main workflow_dispatch: jobs: