Trigger CI on ci-* branches (#3635)

This commit is contained in:
Lucain
2023-07-12 19:31:36 +02:00
committed by GitHub
parent e9eb0938f4
commit d7280b7436

View File

@@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- ci-*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}