forked from External/greenlight
GRN2-XX: Updated main script for CI and Dockerfile (#2614)
* GRN2-XX: Updated main script for ci * patch for Dockerfile * removed forced installation of mimemagic from Dockerfile
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -8,7 +8,11 @@ env:
|
||||
DB_PORT: 5432
|
||||
|
||||
name: CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore: "master"
|
||||
pull_request:
|
||||
branches: "*"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Reference in New Issue
Block a user