Skip to content

Commit

Permalink
adding templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc1cob committed Jan 20, 2025
1 parent e2ed1a3 commit ad3bce4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/springboot-run-stop.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ad3bce4

Please sign in to comment.