Skip to content

Commit ed0022f

Browse files
committed
ci: apply suggestins
1 parent e1345a0 commit ed0022f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/workflows/formatting.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Formatting
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48

59
env:
610
FOUNDRY_PROFILE: ci

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
name: Test
1+
name: Foundry
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48

59
env:
610
FOUNDRY_PROFILE: ci

lib/morpho-blue

0 commit comments

Comments
 (0)