Skip to content

Commit a4ea291

Browse files
committed
WIP
1 parent 06b98d3 commit a4ea291

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/debug-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Debug Docker Setup
22

33
on:
44
workflow_dispatch:
5+
pull_request:
56

67
jobs:
78
debug-docker:

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: unit-tests
22

3-
on:
4-
push:
3+
# on:
4+
# push:
55
# branches: [master]
6-
pull_request:
6+
# pull_request:
77
# branches: [master]
88

99
concurrency:

0 commit comments

Comments
 (0)