From 8189f01cb5fd8da627ce45ec0cd9f06c7b573310 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Sat, 17 Jun 2023 22:45:23 +0200 Subject: [PATCH] Run CI on pushes only to the master branch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaf3aed..c5400aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: Build on: push: + branches: + - 'master' pull_request: workflow_dispatch: