Unverified Commit e5d74081 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update build.yml

parent e0ae08bf
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3,8 +3,18 @@ name: Build
on:
  push:
    branches: [ master ]
    paths-ignore:
      - '**/test.yml'
      - '**/build.yml'
      - '**/README.md'
      - '**/docker-compose.yml'
  pull_request:
    branches: [ master ]
    paths-ignore:
      - '**/test.yml'
      - '**/build.yml'
      - '**/README.md'
      - '**/docker-compose.yml'

jobs:
  build: