Skip to content

Commit 27b4004

Browse files
Revert "feat: Cleaner gasless implementation (#360)"
This reverts commit 84fd7b8.
1 parent 84fd7b8 commit 27b4004

File tree

29 files changed

+1268
-1393
lines changed

29 files changed

+1268
-1393
lines changed

.github/workflows/ci-fmt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [master]
44
pull_request:
5+
branches: ["*"]
56
types: [opened, reopened, synchronize, ready_for_review]
67

78
name: Run CI - Format

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [master]
44
pull_request:
5+
branches: ["*"]
56
types: [opened, reopened, synchronize, ready_for_review]
67

78
name: Run CI - Lint

.github/workflows/ci-test-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [master]
44
pull_request:
5+
branches: ["*"]
56
types: [opened, reopened, synchronize, ready_for_review]
67

78
name: Run CI - Integration Tests

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches: [master]
44
pull_request:
5+
branches: ["*"]
56
types: [opened, reopened, synchronize, ready_for_review]
67

78
name: Run CI - Unit Tests

0 commit comments

Comments
 (0)