From 4730dbaec396c5e82d1ad525d883b939a58c0964 Mon Sep 17 00:00:00 2001 From: rodrigosistemas Date: Fri, 2 Jan 2026 19:36:19 -0500 Subject: [PATCH 1/2] Mensaje prueba1 From 9910c4f00448811f15f44dce948450bd94a55218 Mon Sep 17 00:00:00 2001 From: rodrigosistemas Date: Fri, 2 Jan 2026 19:39:14 -0500 Subject: [PATCH 2/2] Borrado de algunos comentarios --- .../03-core-features--04-triggers-and-filters.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/03-core-features--04-triggers-and-filters.yaml b/.github/workflows/03-core-features--04-triggers-and-filters.yaml index d5d72d3b..94adcbb6 100644 --- a/.github/workflows/03-core-features--04-triggers-and-filters.yaml +++ b/.github/workflows/03-core-features--04-triggers-and-filters.yaml @@ -2,14 +2,12 @@ name: Triggering Events # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows on: - ### https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#push push: branches: # Filter patterns cheat sheet: # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet - "example-branch/*" - ### https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request pull_request: ## The default is to trigger on the following types of events: types: @@ -22,10 +20,6 @@ on: # Exclude txt files - "!03-core-features/filters/*.txt" - ### https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule - # schedule: - # - cron: "0 0 * * *" # Midnight UTC - ## Manual Trigger workflow_dispatch: jobs: