Skip to content

Commit

Permalink
update build ignore
Browse files Browse the repository at this point in the history
timothycarambat committed Jan 9, 2024
1 parent fd4a230 commit 964d9a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
@@ -14,12 +14,12 @@ on:
push:
branches: ['master'] # master branch only. Do not modify.
paths-ignore:
- '*.md'
- '**.md'
- 'cloud-deployments/*'
- 'images/*'
- '.vscode/*'
- 'images/**/*'
- '.vscode/**/*'
- '**/.env.example'
- '.github/ISSUE_TEMPLATE/*'
- '.github/ISSUE_TEMPLATE/**/*'

jobs:
push_multi_platform_to_registries:

0 comments on commit 964d9a7

Please sign in to comment.