[skip ci] modules/web 不会触发test.yml

This commit is contained in:
Xwite 2023-04-16 08:59:15 +08:00
parent 8463ee1c65
commit e17ab3eba9
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,8 @@ on:
- '!**/ISSUE_TEMPLATE/**'
- '!**/modules/web/**'
pull_request:
paths-ignore:
- '**/modules/web/**'
workflow_dispatch:
jobs:

View File

@ -6,6 +6,9 @@ on:
- master
paths:
- '**/modules/web/**'
pull_request:
paths:
- '**/modules/web/**'
workflow_dispatch:
env:
@ -59,7 +62,7 @@ jobs:
echo "APP_VER=$version" >> $GITHUB_ENV
- name: push changes
if: ${{ github.repository == env.UPSTREAM_REPOSITORY }}
if: ${{ github.event_name != 'pull_request' && github.repository == env.UPSTREAM_REPOSITORY }}
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: Bump web ${{ env.APP_VER}}