Skip to content

Commit 58b27ae

Browse files
committed
Merge branch 'v1/dev' of https://github.com/umbraco/Umbraco.UI into v1/dev
2 parents e15dfbe + ee1648b commit 58b27ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 'v*/main'
78

89
jobs:
910
build:

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ name: Tests
66
on:
77
# Triggers the workflow on push or pull request events but only for the dev branch
88
pull_request:
9-
branches: [dev, main]
9+
branches:
10+
- dev
11+
- 'v*/dev'
1012

1113
# Allows you to run this workflow manually from the Actions tab
1214
workflow_dispatch:

0 commit comments

Comments
 (0)