aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-09 20:59:50 +0800
committer简律纯 <i@jyunko.cn>2024-03-09 20:59:50 +0800
commit01268df9d46f6b7cb97d392b640980bbb501e1d4 (patch)
tree8c84c0c91f76b29e0112b66a4441355ad294608e
parent5be9dbf6c7141c76f82f20889bd74b8bf6131a38 (diff)
downloadipm-server-01268df9d46f6b7cb97d392b640980bbb501e1d4.tar.gz
ipm-server-01268df9d46f6b7cb97d392b640980bbb501e1d4.zip
fix(workflows): trigger gh-pages branch only
-rw-r--r--.github/workflows/build_index.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_index.yml b/.github/workflows/build_index.yml
index 022cf5e..13f5e62 100644
--- a/.github/workflows/build_index.yml
+++ b/.github/workflows/build_index.yml
@@ -2,7 +2,8 @@ name: Build Package Index
on:
push:
- branch: gh-pages
+ branches:
+ - gh-pages
workflow_dispatch:
pull_request: