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..ef6de63f 100644 --- a/.github/workflows/03-core-features--04-triggers-and-filters.yaml +++ b/.github/workflows/03-core-features--04-triggers-and-filters.yaml @@ -22,7 +22,7 @@ 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 + ### https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule # schedule: # - cron: "0 0 * * *" # Midnight UTC diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29b..631f9fd5 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1 @@ +this is gonna trigger the workflow \ No newline at end of file