From be68829a6baee15518291dbfd996cae84ad42b34 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 17 Jan 2022 14:08:59 +1000 Subject: CI: always run the linux workflow This makes it easier for contributors to check if their code runs correctly without having to file a PR. The Mac and Windows workflows are a bit more involved, so let's keep those on pull requests only. --- .github/workflows/linux.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a578fc6..47f4883 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,10 +1,6 @@ name: linux -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] # Set permissions at the job level. permissions: {} -- cgit v1.2.1