fix: Allow PR tests from any branch and add manual trigger

This commit is contained in:
Raphael Amorim
2026-02-03 17:35:33 -05:00
parent 28ba6090fc
commit b1516f688a
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ on:
- 'tests/**'
- '.github/workflows/test-recipes.yml'
pull_request:
branches: [ main, profiles ]
paths:
- 'run-recipe.py'
- 'run-recipe.sh'
@@ -19,6 +18,7 @@ on:
- 'recipes/**'
- 'tests/**'
- '.github/workflows/test-recipes.yml'
workflow_dispatch:
jobs:
test: