1
0
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:
Ivar Conradi Østhus 2020-12-21 15:58:07 +01:00
parent ac9e3fc55e
commit 82b0a579e3

View File

@ -1,6 +1,12 @@
name: Build & Tests
on: [push, pull_request_target]
on:
push:
branches:
- master
pull_request_target:
branches:
- master
jobs:
build: