GH Actions: run bcc-test and publish workflows on push to master branch too
authorDave Marchevsky <davemarchevsky@fb.com>
Wed, 17 Nov 2021 03:01:59 +0000 (22:01 -0500)
committerDave Marchevsky <davemarchevsky@fb.com>
Wed, 17 Nov 2021 03:01:59 +0000 (22:01 -0500)
.github/workflows/bcc-test.yml
.github/workflows/publish.yml

index ce2e92f..324495f 100644 (file)
@@ -1,6 +1,10 @@
 name: BCC Build and tests
 
-on: pull_request
+on:
+  push:
+    branches:
+      - master
+  pull_request:
 
 jobs:
   test_bcc:
index 953492f..ca1327e 100644 (file)
@@ -1,6 +1,10 @@
 name: Publish Build Artifacts
 
-on: pull_request
+on:
+  push:
+    branches:
+      - master
+  pull_request:
 
 jobs:
   publish_images: