We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b98d3 commit a4ea291Copy full SHA for a4ea291
.github/workflows/debug-docker.yml
@@ -2,6 +2,7 @@ name: Debug Docker Setup
2
3
on:
4
workflow_dispatch:
5
+ pull_request:
6
7
jobs:
8
debug-docker:
.github/workflows/unit-tests.yml
@@ -1,9 +1,9 @@
1
name: unit-tests
-on:
- push:
+# on:
+ # push:
# branches: [master]
- pull_request:
+ # pull_request:
9
concurrency:
0 commit comments