From 729e35adf95d340bc594c6dc4eecf9da039845bf Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Sat, 7 Sep 2024 17:09:58 +1000 Subject: [PATCH] only branch --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5806d15c..ac23e4463 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,10 +5,10 @@ on: branches: # @todo Add properregex. - 'feature/**' - pull_request: - branches: - # @todo Add properregex. - - 'feature/**' +# pull_request: +# branches: +# # @todo Add properregex. +# - 'feature/**' # schedule: # - cron: '0 18 * * *'