diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-11-02 08:58:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-11-02 08:58:32 -0400 |
commit | 325dff9b44cd657d2a8a5b0952e57cc7deb122ea (patch) | |
tree | f77a70d8b14253d03f31939ddbd05a3c5b1ca056 | |
parent | 7e08b334fe418324ef13284b5d5b8310cf9a4de7 (diff) | |
parent | e4d6a08941f9c4e81bda8ae14d481be5029353fd (diff) |
DRTVWR-589: Merge branch 'public/main' into DRTVWR-589
to pick up tip commit that builds all branches.
-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: |