diff --git a/.dockerignore b/.dockerignore index 02fd3f6..d788a0e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,6 @@ !target/*-runner !target/*-runner.jar !target/lib/* -!target/quarkus-app/* \ No newline at end of file +!target/quarkus-app/* +__pycache__/ +venv/ \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee2d2a8..418b29d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,7 @@ on: branches: [main] types: - completed + workflow_dispatch: env: diff --git a/.gitignore b/.gitignore index 650a470..d1675bb 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ nb-configuration.xml # Plugin directory /.quarkus/cli/plugins/ +__pycache__/ +venv/ \ No newline at end of file