移除 Dev CI 流程中的文件更改检查 #17

Merged
szhhwh merged 2 commits from fix/action-ignore into main 2025-07-01 13:07:34 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9e903e6948 - Show all commits

View File

@ -10,7 +10,7 @@ on:
- main
jobs:
build-and-deploy:
build-and-deploy(production):
runs-on: ubuntu-latest
permissions:
contents: read

View File

@ -6,7 +6,7 @@ on:
types: [opened,synchronize]
jobs:
build-and-deploy:
build-and-deploy(dev):
runs-on: ubuntu-latest
permissions:
contents: read