From d0388016a6b6fae8b271cda253fb2f1c19942878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20=22xq=22=20Quei=C3=9Fner?= Date: Tue, 4 Oct 2022 17:32:38 +0200 Subject: [PATCH] Restricts render workflow. --- .github/workflows/website.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c42ef11..a0b3e23 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -1,6 +1,10 @@ name: Render Website -on: [push] +on: + push: + branches: + - 'main' + - 'master' jobs: build: @@ -9,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - submodules: "recursive" + submodules: 'recursive' - name: Setup Zig uses: goto-bus-stop/setup-zig@v1