diff --git a/.github/workflows/springboot-run-stop.yml b/.github/workflows/springboot-run-stop.yml index 27be9bf..5a1aeba 100644 --- a/.github/workflows/springboot-run-stop.yml +++ b/.github/workflows/springboot-run-stop.yml @@ -1,5 +1,14 @@ name: Spring Boot Run and Stop +on: + push: + branches: + - '**' # Trigger for all branches + pull_request: + branches: + - master # Trigger for pull requests targeting the master branch + workflow_dispatch: # Manual trigger via GitHub UI + runs-on: self-hosted steps: