From: Dave Marchevsky Date: Wed, 17 Nov 2021 03:01:59 +0000 (-0500) Subject: GH Actions: run bcc-test and publish workflows on push to master branch too X-Git-Tag: v0.24.0~69^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01bdfe0e051bdeb207a84935e5294fc8f7284f12;p=platform%2Fupstream%2Fbcc.git GH Actions: run bcc-test and publish workflows on push to master branch too --- diff --git a/.github/workflows/bcc-test.yml b/.github/workflows/bcc-test.yml index ce2e92fa..324495f7 100644 --- a/.github/workflows/bcc-test.yml +++ b/.github/workflows/bcc-test.yml @@ -1,6 +1,10 @@ name: BCC Build and tests -on: pull_request +on: + push: + branches: + - master + pull_request: jobs: test_bcc: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 953492f7..ca1327ee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,10 @@ name: Publish Build Artifacts -on: pull_request +on: + push: + branches: + - master + pull_request: jobs: publish_images: