summary refs log tree commit diff stats
path: root/.github/workflows/ubuntu-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu-build.yml')
-rw-r--r--.github/workflows/ubuntu-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml
index cb6b5faa..047de23f 100644
--- a/.github/workflows/ubuntu-build.yml
+++ b/.github/workflows/ubuntu-build.yml
@@ -2,10 +2,10 @@ name: Ubuntu Build
 on:
   push:
     branches:
-      - master
+      - default
   pull_request:
     branches:
-      - master
+      - default
 
 jobs:
   ubuntu_build: