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.
1 parent dce5b0f commit d5e79d0Copy full SHA for d5e79d0
.github/workflows/emscripten.yml
.github/workflows/rspress.yml
@@ -6,12 +6,8 @@ name: Deploy Rspress site to Pages
6
7
on:
8
# Runs on pushes targeting the default branch
9
- # push:
10
- # branches: ["master"]
11
- workflow_run:
12
- workflows: ["Build with Emscripten"]
13
- types:
14
- - completed
+ push:
+ branches: ["master"]
15
16
# Allows you to run this workflow manually from the Actions tab
17
workflow_dispatch:
@@ -36,7 +32,6 @@ defaults:
36
32
jobs:
37
33
# Build job
38
34
build:
39
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
40
35
runs-on: ubuntu-latest
41
steps:
42
- name: Checkout
0 commit comments