Skip to content

Commit 1c83efa

Browse files
committed
fix: adjust indentation for branch specifications in CI workflows
1 parent e9bdae2 commit 1c83efa

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: gh-pages
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches:
6+
- master
77

88
permissions:
99
contents: write

.github/workflows/linux-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: linux-build
22

33
on:
44
pull_request:
5+
types: [ready_for_review]
56
push:
6-
branches:
7-
- master
7+
branches:
8+
- master
89

910
jobs:
1011

.github/workflows/macos-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: macos-build
22

33
on:
44
pull_request:
5+
types: [ready_for_review]
56
push:
6-
branches:
7-
- master
7+
branches:
8+
- master
89

910
jobs:
1011

.github/workflows/windows-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: windows-build
22

33
on:
44
pull_request:
5+
types: [ready_for_review]
56
push:
6-
branches:
7-
- master
7+
branches:
8+
- master
89

910
jobs:
1011

0 commit comments

Comments
 (0)