2023-03-30 19:14:34 +02:00
|
|
|
on:
|
|
|
|
push:
|
2023-04-03 00:37:36 +02:00
|
|
|
paths-ignore:
|
2023-04-03 14:08:32 +02:00
|
|
|
- '**/*.md'
|
2023-04-16 06:24:15 +02:00
|
|
|
- '.gitignore'
|
|
|
|
- '.dockerignore'
|
2023-04-16 06:01:33 +02:00
|
|
|
- '.github/**'
|
|
|
|
- '.github/workflows/**'
|
|
|
|
|
2023-03-30 19:14:34 +02:00
|
|
|
pull_request:
|
2023-04-03 00:37:36 +02:00
|
|
|
paths-ignore:
|
2023-04-03 14:08:32 +02:00
|
|
|
- '**/*.md'
|
2023-04-16 06:24:15 +02:00
|
|
|
- '.gitignore'
|
2023-04-16 06:27:16 +02:00
|
|
|
- '.dockerignore'
|
2023-04-16 06:00:46 +02:00
|
|
|
- '.github/**'
|
|
|
|
- '.github/workflows/**'
|
2023-03-30 19:14:34 +02:00
|
|
|
|
2023-03-30 20:22:20 +02:00
|
|
|
name: "Test"
|
2023-03-30 19:14:34 +02:00
|
|
|
permissions: {}
|
|
|
|
|
|
|
|
jobs:
|
2023-04-19 01:30:59 +02:00
|
|
|
check:
|
|
|
|
uses: ./.github/workflows/check.yml
|