summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremosbarx <75288660+emosbarx@users.noreply.github.com>2020-12-05 07:47:08 +0300
committerGitHub <noreply@github.com>2020-12-05 07:47:08 +0300
commitf85c151f9f81f3739b37556547ae767b6ba7b337 (patch)
tree47f570284c6088285f863ad7390dd815d1120028
parent5e42d13cfe4894fc66502aeb2a4bd2896b119da1 (diff)
downloadopenbmc-f85c151f9f81f3739b37556547ae767b6ba7b337.tar.xz
Improve the actions on: for branch validation
-rw-r--r--.github/workflows/main.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7c36ade7a..99121471b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,10 @@
name: CI
-on: [pull_request]
+on:
+ push:
+ branches: [ validation ]
+ pull_request:
+ branches: [ validation ]
jobs:
build: