Added main brach to the CI trigger

This commit is contained in:
2025-06-05 14:32:10 -04:00
parent 4244fbe988
commit 861666e5e9

View File

@ -3,18 +3,22 @@ name: Build and Push Docker Image
on:
push:
branches:
- main
- develop
paths-ignore:
- '.github/**'
- 'README.md'
pull_request:
branches:
- develop
paths-ignore:
- '.github/**'
- 'README.md'
workflow_dispatch:
branches:
- develop
paths-ignore:
- '.github/**'
- 'README.md'
jobs: