chore: ensure pipelines run on new dev/* branches

This commit is contained in:
Jacob Overgaard
2024-09-10 12:33:45 +02:00
parent b95a4d7104
commit 6c23563540
3 changed files with 6 additions and 0 deletions

View File

@@ -16,10 +16,12 @@ on:
branches:
- main
- release/*
- dev/*
pull_request:
branches:
- main
- release/*
- dev/*
schedule:
- cron: '33 2 * * 1'