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]
|
||||
paths:
|
||||
- app/**
|
||||
- .github/**
|
||||
pull_request:
|
||||
paths:
|
||||
- app/**
|
||||
- .github/**
|
||||
|
||||
jobs:
|
||||
build-images:
|
||||
|
Loading…
Reference in New Issue
Block a user