diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-08 22:01:00 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-08 22:01:00 +0200 |
| commit | 9d3f04042430cb73b3c095091a4d3694d4489948 (patch) | |
| tree | b9b0a32c5d6fb3e397697010d99d2868387166ba /.github/workflows | |
| parent | 1925866e1075fa7cee5e554bb2ff452b52359d55 (diff) | |
| parent | 60c8b432b3da7c812b1edd2d79afbe82cc4d33bd (diff) | |
Merge branch 'main' into DRTVWR-600-maint-A
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 849c10d62e..1dd2c1d5df 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,8 +4,8 @@ on: workflow_dispatch: pull_request: push: - branches: ["*"] - tags: ["*"] + branches: ["main", "release/*", "project/*"] + tags: ["Second_Life_*"] jobs: build: |
