From dea9ec2a5804c5127ca24e2dbafe81b03a9b91b7 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 13 Oct 2021 19:26:09 +0200 Subject: ci: fix pull request actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc82ed7f..ba19e388 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,8 @@ on: push: branches: - main - pull_request: - types: [opened, synchronize, reopened] + pull_request: + types: [opened, synchronize, reopened] jobs: build: name: Build -- cgit v1.2.3-70-g09d2