Skip to content

Commit 58d7444

Browse files
committed
chore: ensure pipelines run on new dev/* branches
1 parent 9b0ea04 commit 58d7444

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
branches:
66
- main
77
- release/*
8+
- dev/*
89
pull_request:
910
types: [opened, synchronize, reopened, closed]
1011
branches:
1112
- main
1213
- release/*
14+
- dev/*
1315
workflow_dispatch:
1416
inputs:
1517
issue_number:

.github/workflows/build_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
branches:
99
- main
1010
- release/*
11+
- dev/*
1112
pull_request:
1213
branches:
1314
- main
1415
- release/*
16+
- dev/*
1517

1618
# Allows GitHub to use this workflow to validate the merge queue
1719
merge_group:

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ on:
1616
branches:
1717
- main
1818
- release/*
19+
- dev/*
1920
pull_request:
2021
branches:
2122
- main
2223
- release/*
24+
- dev/*
2325
schedule:
2426
- cron: '33 2 * * 1'
2527

0 commit comments

Comments
 (0)