Skip to content

Commit a3f45ad

Browse files
authored
Turn off formatting action (#720)
* Turn off formatting action * Update format.yml
1 parent 18340e6 commit a3f45ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yml

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

33
on:
44
push:
5-
branches:
6-
- main
5+
branches-ignore:
6+
- '**'
77

88
jobs:
99
swift_format:

0 commit comments

Comments
 (0)