summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-08 22:01:00 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-08 22:01:00 +0200
commit9d3f04042430cb73b3c095091a4d3694d4489948 (patch)
treeb9b0a32c5d6fb3e397697010d99d2868387166ba /.github/workflows
parent1925866e1075fa7cee5e554bb2ff452b52359d55 (diff)
parent60c8b432b3da7c812b1edd2d79afbe82cc4d33bd (diff)
Merge branch 'main' into DRTVWR-600-maint-A
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml4
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: