From 1b214f386dbfa85871342f5ee28a566e9a5095bd Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 21 Jul 2023 16:06:46 +0200 Subject: run every time --- .github/workflows/test.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c7a2c5..fc5810d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,12 +1,6 @@ name: Test CI -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] jobs: test: -- cgit