Perform these actions on pull requests, not push. (#636)
Otherwise they don't happen if somebody makes a PR from a different fork. Change-Id: Ic09eb8a556e2dfbc0900e3df9f07cf7aff3d5309 Signed-off-by: Tim Newsome <tim@sifive.com>
This commit is contained in:
parent
90d1d490c1
commit
9aa8bab63f
|
@ -1,4 +1,4 @@
|
|||
on: push
|
||||
on: pull_request
|
||||
|
||||
name: Check Code Style
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
on: push
|
||||
on: pull_request
|
||||
|
||||
name: Linux Build
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Copyright (C) 2020 by Tarek BOUCHKATI <tarek.bouchkati@gmail.com>
|
||||
|
||||
on: push
|
||||
on: pull_request
|
||||
|
||||
name: OpenOCD Snapshot
|
||||
|
||||
|
|
Loading…
Reference in New Issue