Skip to content

Commit c132c36

Browse files
authored
fix(ci): Fixes level of indentation (#739)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 64cce6b commit c132c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync_contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: Sync Chainloop Workflow contracts
66
on:
77
push:
88
branches: [ "main" ]
9-
paths:
10-
- '.github/workflows/contracts/**'
9+
paths:
10+
- '.github/workflows/contracts/**'
1111
schedule:
1212
- cron: "0 0 * * *" # daily at midnight
1313

0 commit comments

Comments
 (0)