Commit 96fe04e1 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update test.yml

parent 21eabecc
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -3,12 +3,15 @@ on:
    branches: [ master ]
    paths-ignore:
      - '**/*.md'
      - '**/*.yml'     
      - '.github/**'
      - '.github/workflows/**'

  pull_request:
    branches: [ master ]
    paths-ignore:
      - '**/*.md'
      - '**/*.yml'     
      - '.github/**'
      - '.github/workflows/**'

name: "Test"
permissions: {}