Run important workflows on release branches

Add release branches to push CI trigger in important workflows.
pull/238/head
Artem Gavrilov 3 months ago committed by Artem Gavrilov
parent 1cfac0a39f
commit 2243a3f15d
  1. 1
      .github/workflows/matirx.yml
  2. 1
      .github/workflows/stormweaver.yml

@ -4,6 +4,7 @@ on:
push:
branches:
- TDE_REL_17_STABLE
- release-[0-9]+.[0-9]+*
workflow_dispatch:
jobs:

@ -4,6 +4,7 @@ on:
push:
branches:
- TDE_REL_17_STABLE
- release-[0-9]+.[0-9]+*
workflow_dispatch:
jobs:

Loading…
Cancel
Save