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 ce2e92faed153d9da59eb7b67b03cfc8d52593e5..324495f7709e727a2ee1bc3ab2653b12e7fb720c 100644 (file)
@@ -1,6 +1,10 @@
 name: BCC Build and tests
 
-on: pull_request
+on:
+  push:
+    branches:
+      - master
+  pull_request:
 
 jobs:
   test_bcc:
index 953492f7fac322dbe418d540b56f4558e5e6e54c..ca1327ee5343ada9fa29cc8213f4f79ac4fedc56 100644 (file)
@@ -1,6 +1,10 @@
 name: Publish Build Artifacts
 
-on: pull_request
+on:
+  push:
+    branches:
+      - master
+  pull_request:
 
 jobs:
   publish_images: