Run ci jobs upon acceptance_tests/** modifications

This commit is contained in:
Gabriel Roldan 2024-10-08 19:36:55 -03:00
parent 4c8b016a9c
commit 01de7863ae
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ on:
- ".github/workflows/build.yaml"
- "config"
- "src/**"
- "acceptance_tests/**"
- "ci/**"
jobs:
build:

View File

@ -12,6 +12,8 @@ on:
- "Makefile"
- "config"
- "src/**"
- "acceptance_tests/**"
- "ci/**"
jobs:
build: