Skip to content

Commit 00fdaca

Browse files
authored
Revert "Disable Integration job on main branch (microsoft#947)"
This reverts commit 65f2be8.
1 parent 65f2be8 commit 00fdaca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.ado/apple-integration.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ variables:
44
trigger:
55
branches:
66
include:
7-
# GH #948: Disable Integration on main, as we are not currently stable
8-
# - main
7+
- main
98
- '*-stable'
109
paths:
1110
exclude:
1211
- '*.md'
1312
pr:
1413
branches:
1514
include:
16-
# GH #948: Disable Integration on main, as we are not currently stable
17-
# - main
15+
- main
1816
- '*-stable'
1917
paths:
2018
exclude:

0 commit comments

Comments
 (0)