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

Update test.yml

parent 265cf234
Loading
Loading
Loading
Loading
+4 −12
Original line number Diff line number Diff line
on:
  push:
    paths-ignore:
      - '**/*.md'
      - '.gitignore'
      - '.dockerignore'
      - '.github/**'
      - '.github/workflows/**'
    paths:
      - '**/*.sh'

  pull_request:
    paths-ignore:
      - '**/*.md'
      - '.gitignore'
      - '.dockerignore'
      - '.github/**'
      - '.github/workflows/**'
    paths:
      - '**/*.sh'

name: "Test"
permissions: {}