Skip to content

Commit cbae935

Browse files
authored
Merge branch 'main' into tba-draft
2 parents 11920e2 + 0b45674 commit cbae935

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/core_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
- '**/*.md'
1010
- '**/*.rst'
1111
branches:
12-
- master
12+
- main
1313
- '[0-9].*'
1414
pull_request:
1515
branches:
16-
- master
16+
- main
1717
- '[0-9].*'
1818
schedule:
1919
- cron: '0 1 * * *' # nightly build

.github/workflows/core_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
- '[0-9].x'
1010
workflow_dispatch:
1111

.github/workflows/entraid_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- '**/*.md'
88
- '**/*.rst'
99
branches:
10-
- master
10+
- main
1111
- '[0-9].*'
1212
pull_request:
1313
branches:
14-
- master
14+
- main
1515
- '[0-9].*'
1616
schedule:
1717
- cron: '0 1 * * *' # nightly build

.github/workflows/entraid_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
- '[0-9].x'
1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)