We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91063bf commit 763e7b8Copy full SHA for 763e7b8
.github/workflows/build.yml
@@ -643,7 +643,7 @@ jobs:
643
if: |
644
github.event_name == 'push' &&
645
github.repository == 'icosa-foundation/open-blocks' &&
646
- (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/openxr' || contains(github.ref, 'refs/tags/v'))
+ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/openxr' || github.ref == 'refs/heads/feature/openxr-upload' || contains(github.ref, 'refs/tags/v'))
647
648
steps:
649
- name: Download Build Artifacts (Oculus Quest 2+)
0 commit comments