ci: skip png file push

This commit is contained in:
ReaJason
2025-02-19 00:30:01 +08:00
parent 501f7a2d10
commit 6ee9e31aa8
+2
View File
@@ -7,6 +7,7 @@ on:
- 'boot/**'
- 'web/**'
- '**.md'
- '**/*.png'
pull_request:
branches:
- main
@@ -15,6 +16,7 @@ on:
- 'boot/**'
- 'web/**'
- '**.md'
- '**/*.png'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}