Skip to content

Commit 0e0ef0f

Browse files
committed
Revert "tmp: disable all workflows but integration tests while isolating issues"
This reverts commit aeeb5ae.
1 parent 1e9921d commit 0e0ef0f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci-fmt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
on:
22
push:
33
branches: [master]
4+
pull_request:
5+
branches: ["*"]
6+
types: [opened, reopened, synchronize, ready_for_review]
47

58
name: Run CI - Format
69

.github/workflows/ci-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
on:
22
push:
33
branches: [master]
4+
pull_request:
5+
branches: ["*"]
6+
types: [opened, reopened, synchronize, ready_for_review]
47

58
name: Run CI - Lint
69

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
on:
22
push:
33
branches: [master]
4+
pull_request:
5+
branches: ["*"]
6+
types: [opened, reopened, synchronize, ready_for_review]
47

58
name: Run CI - Unit Tests
69

0 commit comments

Comments
 (0)