diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-23 19:15:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 19:15:59 +0200 |
| commit | eb01d6f770df757172d3b1173f3e0865ece25b81 (patch) | |
| tree | 015b6eedd778e0730f79dfdc5fb1fe41a4ad3c53 /.github/workflows | |
| parent | 70d5d91170a14d74043526be1042c62dacc00450 (diff) | |
| parent | 0f2248ea12713822c546e362487aa94bb29e2899 (diff) | |
Merge branch 'main' into DRTVWR-591-maint-X
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/cla.yaml | 1 |
2 files changed, 3 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: diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index fa180c66c9..b4b2565889 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -23,3 +23,4 @@ jobs: path-to-signatures: signatures.json remote-organization-name: secondlife remote-repository-name: cla-signatures + allowlist: callum@mbp.localdomain |
