diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-10-25 21:47:05 +0300 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-10-25 21:47:05 +0300 | 
| commit | 1891a43a260ee165ae706354202bd1b874919265 (patch) | |
| tree | bb36e96b7d09c64684898c53b24861967797f528 | |
| parent | c130070f7050678e1852b2e6756f308b65590187 (diff) | |
| parent | e4d6a08941f9c4e81bda8ae14d481be5029353fd (diff) | |
Merge branch 'main' into DRTVWR-588-maint-W
| -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: | 
