Skip to content

Commit 7b48735

Browse files
authored
ci: run formatting workflow on pull requests and main (#28)
1 parent bc8d4d2 commit 7b48735

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/formatting-types.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Formatting and Types
22
on:
3-
- push
4-
- pull_request
3+
pull_request:
4+
branches:
5+
- main
6+
push:
7+
branches:
8+
- main
59

610
jobs:
711
formatting-types:

0 commit comments

Comments
 (0)