Skip to content

Commit a2e63b9

Browse files
committed
build: correct the branch pattern for dev branches
1 parent 58d7444 commit a2e63b9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches:
66
- main
77
- release/*
8-
- dev/*
8+
- v*/dev
99
pull_request:
1010
types: [opened, synchronize, reopened, closed]
1111
branches:
1212
- main
1313
- release/*
14-
- dev/*
14+
- v*/dev
1515
workflow_dispatch:
1616
inputs:
1717
issue_number:

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
branches:
99
- main
1010
- release/*
11-
- dev/*
11+
- v*/dev
1212
pull_request:
1313
branches:
1414
- main
1515
- release/*
16-
- dev/*
16+
- v*/dev
1717

1818
# Allows GitHub to use this workflow to validate the merge queue
1919
merge_group:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ on:
1616
branches:
1717
- main
1818
- release/*
19-
- dev/*
19+
- v*/dev
2020
pull_request:
2121
branches:
2222
- main
2323
- release/*
24-
- dev/*
24+
- v*/dev
2525
schedule:
2626
- cron: '33 2 * * 1'
2727

0 commit comments

Comments
 (0)