From 2cec808aafbff7c8fb99bdccdefade808c09c428 Mon Sep 17 00:00:00 2001 From: himoto Date: Wed, 20 Nov 2024 15:08:35 +0000 Subject: [PATCH] Test CI --- .github/workflows/CI.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c9d6c2a..96fd06a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,12 +1,6 @@ name: CI -on: - push: - branches: - - master - tags: '*' - pull_request: - workflow_dispatch: +on: [push, pull_request] jobs: test: