From bd7ec2d19da0793963a7aab355873758ae4e0601 Mon Sep 17 00:00:00 2001
From: FxQnLr <39925636+FxQnLr@users.noreply.github.com>
Date: Sun, 15 Oct 2023 16:51:24 +0200
Subject: Update test.yml

---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to '.github')

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 97a0d2f..90a5fea 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: build
 
 on:
   push:
-    branches: [ "main", "test" ]
+    branches: [ "main" ]
   pull_request:
     branches: [ "main" ]
   workflow_dispatch:
@@ -57,4 +57,4 @@ jobs:
           cache-to: type=gha,mode=max
           tags: |
             ghcr.io/fxqnlr/webol:dev-latest
-            ghcr.io/fxqnlr/webol:dev-${{ github.run_number }}
\ No newline at end of file
+            ghcr.io/fxqnlr/webol:dev-${{ github.run_number }}
-- 
cgit v1.2.3