Skip to content

Commit 220c932

Browse files
committed
Fix indentation
1 parent 9989cce commit 220c932

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
branches:
77
- dependabot/**
88
- feature/**
9-
pull_request:
10-
branches:
11-
- main
129
paths-ignore:
1310
- '**.md'
1411
- '.gitignore'
12+
pull_request:
13+
branches:
14+
- main
1515

1616
jobs:
1717
build:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches:
77
- main
8-
pull_request:
9-
branches:
10-
- main
118
paths-ignore:
129
- '**.md'
1310
- .gitignore
11+
pull_request:
12+
branches:
13+
- main
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)