Skip to content

Commit

Permalink
ci: refine the payload of repo dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Aug 4, 2024
1 parent bc897bb commit 9087914
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@ name: CI

on:
push:
branches: [main]
branches:
- main
workflow_dispatch:
repository_dispatch:
types: [update-content]
types:
- update-triggered-by-wiki-repo
- update-triggered-by-plugins-repo
- update-triggered-by-styles-repo
- update-triggered-by-translators-repo
- update-triggered-by-blog-repo
- update-content

permissions:
contents: write

concurrency:
group: pages
cancel-in-progress: true
cancel-in-progress: false

env:
TZ: Asia/Shanghai
Expand Down Expand Up @@ -71,13 +78,6 @@ jobs:
with:
version: 9

# - name: Setup Node
# uses: actions/setup-node@v4
# with:
# node-version: 20.x
# registry-url: 'https://registry.npmjs.org'
# cache: pnpm

- name: Install Netlify CLI
run: pnpm install -g netlify-cli

Expand Down

0 comments on commit 9087914

Please sign in to comment.