Merge branch 'master' into master

This commit is contained in:
mahula 2024-05-25 08:38:43 +02:00 committed by GitHub
commit 7c7e2613f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: build test CI
on: push
on: [push,pull_request_target]
jobs:
build-test:

View File

@ -1,6 +1,6 @@
name: lint test CI
on: push
on: [push,pull_request_target]
jobs:
build-test: