Added docker container building / uploading (#47)
This commit is contained in:
parent
52e281ee9b
commit
866f7c12ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run_tests.yml
vendored
4
.github/workflows/run_tests.yml
vendored
|
@ -2,9 +2,9 @@ name: Laravel
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, development ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, development ]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
Loading…
Add table
Reference in a new issue