Skip to content

Commit 564938b

Browse files
committed
fix: do not format on push to main
1 parent b83b594 commit 564938b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/on-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: On Push
22

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

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)