mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 13:20:50 +01:00
fixed deploy-demo running on pull requests
This commit is contained in:
parent
92b94a0357
commit
1ca50f2869
1 changed files with 1 additions and 1 deletions
2
.github/workflows/web.yml
vendored
2
.github/workflows/web.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
include-hidden-files: true
|
include-hidden-files: true
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
deploy-demo:
|
deploy-demo:
|
||||||
if: github.event_name == 'push'
|
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
|
||||||
needs: [build-demo]
|
needs: [build-demo]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue