Trigger build action on action change
Some checks failed
Docker image build / Build docker image (push) Failing after 1m52s

This commit is contained in:
DaemonGloom 2024-08-06 08:35:25 +05:00
parent bcc15a8b7b
commit 0c304c5e9c

View File

@ -4,9 +4,11 @@ on:
branches: [master] branches: [master]
paths: paths:
- app/** - app/**
- .github/**
pull_request: pull_request:
paths: paths:
- app/** - app/**
- .github/**
jobs: jobs:
build-images: build-images: