diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-10-25 21:46:18 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-10-25 21:46:18 +0300 |
commit | d41c5c851b1c3721c9734ae218753669aa0d81f9 (patch) | |
tree | 3b44528539179c54c70de6e965d9cdf5b38bedb3 | |
parent | 6a08f99368b83d7bbc780181f3df795da963c87d (diff) | |
parent | e4d6a08941f9c4e81bda8ae14d481be5029353fd (diff) |
Merge remote-tracking branch 'origin/main' into DRTVWR-587-maint-V
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 33a8cffa3f..1cd0c2526f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: pull_request: push: - branches: [main, "actions*"] + branches: ["*"] tags: ["*"] jobs: |