mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 04:18:32 +00:00
ci: run on PRs
This commit is contained in:
parent
17aaf53a12
commit
876a032001
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
|
|||
Loading…
Reference in a new issue