Update test.yml

This commit is contained in:
Kroese 2023-04-19 01:37:47 +02:00 committed by GitHub
parent 0f9dbbbcbf
commit 9b4d9659f5

View File

@ -1,19 +1,11 @@
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: {}