Skip to content

Commit

Permalink
ci: add workflow dispatch to test the build
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Feb 14, 2024
1 parent 2ea5095 commit a2a6506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
!target/*-runner
!target/*-runner.jar
!target/lib/*
!target/quarkus-app/*
!target/quarkus-app/*
__pycache__/
venv/
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches: [main]
types:
- completed
workflow_dispatch:


env:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ nb-configuration.xml

# Plugin directory
/.quarkus/cli/plugins/
__pycache__/
venv/

0 comments on commit a2a6506

Please sign in to comment.