mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00
Publish docs and demos only pushing to master
This commit is contained in:
parent
7dd335282c
commit
063ff45d0c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yaml
vendored
1
.github/workflows/rust.yaml
vendored
|
@ -105,6 +105,7 @@ jobs:
|
||||||
npm run build
|
npm run build
|
||||||
working-directory: examples/printerdemo/wasm
|
working-directory: examples/printerdemo/wasm
|
||||||
- name: Publish C++ Docs and Demos
|
- name: Publish C++ Docs and Demos
|
||||||
|
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
||||||
git config --global user.name "${GITHUB_ACTOR}"
|
git config --global user.name "${GITHUB_ACTOR}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue