Trigger build action on action change
Some checks failed
Docker image build / Build docker image (push) Failing after 1m52s
Some checks failed
Docker image build / Build docker image (push) Failing after 1m52s
This commit is contained in:
parent
bcc15a8b7b
commit
0c304c5e9c
2
.github/workflows/build-docker-image.yaml
vendored
2
.github/workflows/build-docker-image.yaml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user