From 68be751a178b2ff8bbb49a8c525b3bf54e3afe55 Mon Sep 17 00:00:00 2001 From: elzik <23397871+elzik@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:06:06 +0100 Subject: [PATCH] Build on pushes to all branches --- .github/workflows/continuous-integration.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 7639eaf..d39dfa4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,12 +1,7 @@ name: Continuous Integration on: - push: - branches: - - main - pull_request: - branches: - - '*' + [push, pull_request] jobs: build: