From cdf143c8722ddcfe41b55e46a29a783b133ce56f Mon Sep 17 00:00:00 2001 From: anaprietonem Date: Fri, 22 Nov 2024 15:59:42 +0000 Subject: [PATCH] test secret conditions --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 660b09e..90e0c10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,11 @@ on: types: - opened - labeled - # pull_request: - # types: - # - opened + - reopened + pull_request: + types: + - opened + - labeled # push: # branches: # - "test_action"