2 changed files with
6 additions and
0 deletions
-
.github/workflows/config.yml
-
.github/workflows/publish-docker-image-every-push.yml
|
|
|
@ -23,6 +23,8 @@ on: |
|
|
|
|
paths-ignore: |
|
|
|
|
- 'CHANGELOG.md' |
|
|
|
|
- '**/README.md' |
|
|
|
|
- 'docker/*' |
|
|
|
|
- 'docker-compose/*' |
|
|
|
|
pull_request: |
|
|
|
|
branches: |
|
|
|
|
- master |
|
|
|
|
|
|
|
@ -4,6 +4,10 @@ on: |
|
|
|
|
push: |
|
|
|
|
branches: |
|
|
|
|
- master |
|
|
|
|
paths-ignore: |
|
|
|
|
- 'CHANGELOG.md' |
|
|
|
|
- '**/README.md' |
|
|
|
|
- 'docker-compose/*' |
|
|
|
|
env: |
|
|
|
|
OTP_VERSION: '25.2.1' |
|
|
|
|
ELIXIR_VERSION: '1.14.5' |
|
|
|
|