Merge pull request #142 from Ocelot-Social-Community/workflows-trigger-pull_request

feat(other): add event trigger pull_request to test workflows
This commit is contained in:
mahula 2024-05-25 08:38:12 +02:00 committed by GitHub
commit 28f2608bea
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: