mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
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:
commit
28f2608bea
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: build test CI
|
||||
|
||||
on: push
|
||||
on: [push,pull_request_target]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: lint test CI
|
||||
|
||||
on: push
|
||||
on: [push,pull_request_target]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user