Skip to content

Commit 763e7b8

Browse files
committed
TEMP: allow upload from openxr-upload
1 parent 91063bf commit 763e7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ jobs:
643643
if: |
644644
github.event_name == 'push' &&
645645
github.repository == 'icosa-foundation/open-blocks' &&
646-
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/openxr' || contains(github.ref, 'refs/tags/v'))
646+
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/openxr' || github.ref == 'refs/heads/feature/openxr-upload' || contains(github.ref, 'refs/tags/v'))
647647
648648
steps:
649649
- name: Download Build Artifacts (Oculus Quest 2+)

0 commit comments

Comments
 (0)