Skip to content

Commit 903e9ba

Browse files
authored
ci: Adjust main scheduled builds
1 parent f4467d5 commit 903e9ba

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.action == 'schedule'
2323
runs-on: ubuntu-latest
2424
container: 'unoplatform/wasm-build:3.0'
2525
name: Build and Deploy Job

0 commit comments

Comments
 (0)