fixing CI
Some checks failed
Build / build (push) Successful in 1m52s
Test / build_and_test (push) Failing after 2m2s

This commit is contained in:
2026-01-31 01:40:51 +01:00
parent 970a7cb343
commit faea4fae49
2 changed files with 0 additions and 12 deletions

View File

@@ -3,12 +3,6 @@ name: Build
on: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
paths-ignore:
- '.gitea/workflows/*.yml'
- '!.gitea/workflows/Build.yml'
- '.gitignore'
- 'LICENSE'
- 'README.md'
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]

View File

@@ -3,12 +3,6 @@ name: Test
on: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
paths-ignore:
- '.gitea/workflows/*.yml'
- '!.gitea/workflows/Test.yml'
- '.gitignore'
- 'LICENSE'
- 'README.md'
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]