summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-05-21 10:20:15 +0100
committerRichard Hughes <richard@hughsie.com>2021-05-21 10:26:01 +0100
commitbd48181005ef3bc6611c801b1be70609d8d69965 (patch)
tree70d885dd533874349130670b3ec6b0f3959af4d9
parentb4e2f1725e0afacb4578c0b8caa9a895a3adf88b (diff)
downloadgusb-bd48181005ef3bc6611c801b1be70609d8d69965.tar.gz
Only run CI build on master
-rw-r--r--.github/workflows/main.yml (renamed from build/.github/workflows/main.yml)6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/.github/workflows/main.yml b/.github/workflows/main.yml
index 1cd1f88..76f8995 100644
--- a/build/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,10 @@
name: Build and Test
-on: [push, pull_request]
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
jobs:
build_and_test: