mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
fix: avoid github actions running twice on PRs
This commit is contained in:
parent
ac9e3fc55e
commit
82b0a579e3
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: Build & Tests
|
name: Build & Tests
|
||||||
|
|
||||||
on: [push, pull_request_target]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request_target:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user