Skip to content

Commit 83fb33e

Browse files
committed
Updated Vortex development GHA to trigger on project and release branches.
1 parent e7dd893 commit 83fb33e

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/vortex-test-common.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
push:
66
branches:
77
- main
8+
- release/**
9+
- project/**
810
pull_request:
911
branches:
1012
- main
11-
- 'feature/**'
12-
- 'bugfix/**'
13+
- feature/**
14+
- bugfix/**
15+
- release/**
16+
- project/**
1317

1418
concurrency:
1519
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/vortex-test-installer.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
push:
66
branches:
77
- main
8+
- release/**
9+
- project/**
810
pull_request:
911
branches:
1012
- main
11-
- 'feature/**'
12-
- 'bugfix/**'
13+
- feature/**
14+
- bugfix/**
15+
- release/**
16+
- project/**
1317

1418
jobs:
1519
vortex-test-installer:

0 commit comments

Comments
 (0)