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

build: Run check for all files (#1057)

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

name: "Test"
permissions: {}