update build ignore

This commit is contained in:
timothycarambat 2024-01-09 14:28:56 -08:00
parent fd4a230669
commit 964d9a7137

View File

@ -14,12 +14,12 @@ on:
push: push:
branches: ['master'] # master branch only. Do not modify. branches: ['master'] # master branch only. Do not modify.
paths-ignore: paths-ignore:
- '*.md' - '**.md'
- 'cloud-deployments/*' - 'cloud-deployments/*'
- 'images/*' - 'images/**/*'
- '.vscode/*' - '.vscode/**/*'
- '**/.env.example' - '**/.env.example'
- '.github/ISSUE_TEMPLATE/*' - '.github/ISSUE_TEMPLATE/**/*'
jobs: jobs:
push_multi_platform_to_registries: push_multi_platform_to_registries: