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: on:
push: push:
branches: branches:
- main
- develop - develop
paths-ignore: paths-ignore:
- '.github/**'
- 'README.md' - 'README.md'
pull_request: pull_request:
branches: branches:
- develop - develop
paths-ignore: paths-ignore:
- '.github/**'
- 'README.md' - 'README.md'
workflow_dispatch: workflow_dispatch:
branches: branches:
- develop - develop
paths-ignore: paths-ignore:
- '.github/**'
- 'README.md' - 'README.md'
jobs: jobs: