Update .github/workflows/build.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5s
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 57s

This commit is contained in:
Alex Savin
2025-04-28 15:46:30 -04:00
parent d64727a6d5
commit e6b1935fb0

View File

@ -1,20 +1,21 @@
name: Build and Push Docker Image
# on:
# push:
# branches: [develop]
# paths-ignore:
# - 'README.md'
# # - '.github/**'
# pull_request:
# branches: [develop]
# paths-ignore:
# - 'README.md'
# # - '.github/**'
on:
push:
branches:
- develop
paths-ignore:
- 'README.md'
# - '.github/**'
pull_request:
branches:
- develop
paths-ignore:
- 'README.md'
# - '.github/**'
workflow_dispatch:
branches: [develop]
branches:
- develop
paths-ignore:
- 'README.md'
# - '.github/**'
@ -90,6 +91,7 @@ jobs:
# ${{env.LASTEST_TAG}}
- name: Auto Deploy (Dev)
# if: ${{ contains(github.ref, 'develop') and env.AUTO_DEPLOY_DEV == 'true' }}
id: auto-deploy-dev
uses: gh-actions/auto-exec-workflow@v1
with: