summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: