mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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
|
||||
|
||||
on: [push, pull_request_target]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request_target:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user