From 1c2dbcccd2b2e14f3a73ce2c4e7bd2bc61e278e5 Mon Sep 17 00:00:00 2001 From: yzqzss <30341059+yzqzss@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:59:14 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5666c78..10d9e58 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,8 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] + paths: + - 'metadata.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: