Skip to content

Commit 34263a4

Browse files
Merge pull request #9 from cartland/workflow_triggers
CI: Integrate workflow_triggers for xr-samples from cartland's fork
2 parents 05cf9c4 + bcc206a commit 34263a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ main ]
67
paths-ignore:
@@ -33,4 +34,4 @@ jobs:
3334
run: ./gradlew build
3435

3536
- name: Test
36-
run: ./gradlew test
37+
run: ./gradlew test

0 commit comments

Comments
 (0)