Updating SpecFlow workflow schedule to run once a week, but also on every push to 1.10.x and dev [skip ci]

This commit is contained in:
Benedek Farkas
2025-09-20 23:55:01 +02:00
parent 55fafa896f
commit 2dc01bba5e

View File

@@ -3,8 +3,12 @@ name: SpecFlow Tests
on:
workflow_dispatch:
push:
branches:
- 1.10.x
- dev
schedule:
- cron: '0 0 * * *' # Every day at midnight.
- cron: '0 0 * * 1' # Every Monday midnight.
jobs:
define-matrix: