Skip to content

Commit 02fb72d

Browse files
committed
fix: correct YAML indentation in CI workflow
1 parent 2d7fc87 commit 02fb72d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [ "main", "develop" ]
6-
pull_request:
7-
branches: [ "main", "develop" ]
8-
workflow_dispatch:
4+
push:
5+
branches: [ "main", "develop" ]
6+
pull_request:
7+
branches: [ "main", "develop" ]
8+
workflow_dispatch:
99

1010
env:
1111
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)