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.
2 parents d2ac759 + ab91008 commit cb9da7fCopy full SHA for cb9da7f
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
DIST_PATH: src/Uno.Wasm.Sample.RayTracer/bin/Release/net9.0/publish/wwwroot
21
22
- if: (github.event_name == 'pull_request' && github.event.action != 'closed') || github.event.action == 'schedule'
+ if: (github.event_name == 'pull_request' && github.event.action != 'closed') || github.event_name == 'schedule'
23
runs-on: ubuntu-latest
24
container: 'unoplatform/wasm-build:3.0'
25
name: Build and Deploy Job
0 commit comments