This commit is contained in:
2025-07-04 14:28:54 +05:30
parent 2ab9797e00
commit 3a91f10f5b
2 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,11 @@ name: Docker Build
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches: [ "main" ]
paths-ignore:
- '**/README.md'
jobs: jobs:
build: build:
strategy: strategy:

View File

@@ -2,10 +2,7 @@ name: Docker Merge
on: on:
workflow_dispatch: workflow_dispatch:
push:
branches: [ "main" ]
paths-ignore:
- '**/README.md'
jobs: jobs:
merge-docker-manifest: merge-docker-manifest: