Skip to content

Commit ab91008

Browse files
authored
ci: Adjust for ci build schedule
1 parent d2ac759 commit ab91008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
DIST_PATH: src/Uno.Wasm.Sample.RayTracer/bin/Release/net9.0/publish/wwwroot
2121

22-
if: (github.event_name == 'pull_request' && github.event.action != 'closed') || github.event.action == 'schedule'
22+
if: (github.event_name == 'pull_request' && github.event.action != 'closed') || github.event_name == 'schedule'
2323
runs-on: ubuntu-latest
2424
container: 'unoplatform/wasm-build:3.0'
2525
name: Build and Deploy Job

0 commit comments

Comments
 (0)