From: Dave Marchevsky Date: Wed, 17 Nov 2021 02:07:28 +0000 (-0500) Subject: gh actions: run test and publish actions on pull_request, not push X-Git-Tag: v0.24.0~70^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd34e9d1fa97328c86864dc8b541896518a9f86c;p=platform%2Fupstream%2Fbcc.git gh actions: run test and publish actions on pull_request, not push --- diff --git a/.github/workflows/bcc-test.yml b/.github/workflows/bcc-test.yml index 903a6697..f87e4e1e 100644 --- a/.github/workflows/bcc-test.yml +++ b/.github/workflows/bcc-test.yml @@ -1,6 +1,6 @@ name: BCC Build and tests -on: push +on: pull_request jobs: test_bcc: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f737c8ce..953492f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,6 @@ name: Publish Build Artifacts -on: push +on: pull_request jobs: publish_images: