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

build: Run check for all files (#335)

Removed specific paths from pull request trigger.
parent 4c529524
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
on:
  workflow_dispatch:
  pull_request:
    paths:
      - '**/*.sh'
      - '.github/workflows/test.yml'
      - '.github/workflows/check.yml'
      - 'Dockerfile'

name: "Test"
permissions: {}