mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: run build also for external PRs
This commit is contained in:
parent
2f5e076699
commit
9f7beb84c9
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -1,6 +1,6 @@
|
||||
name: Build & Tests
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request_target]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user