Skip to content

Commit 5a7f845

Browse files
authored
revert owlbot change which is specific to the main branch
1 parent bbe7bbe commit 5a7f845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
33
branches:
4-
- main
4+
- v1
55
name: docs
66
jobs:
77
docs:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
33
branches:
4-
- main
4+
- v1
55
name: lint
66
jobs:
77
lint:

0 commit comments

Comments
 (0)