Update deploy.yml

Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
This commit is contained in:
Ryan Baxter
2025-12-15 12:04:06 -05:00
committed by GitHub
parent 7b0d64a412
commit 624129c729
+1 -2
View File
@@ -1,7 +1,6 @@
name: Spring Cloud Build Deploy
on:
# Equivalent to GitHub Push Trigger
push:
branches:
- main
@@ -25,7 +24,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60 # Adjust based on your needs
timeout-minutes: 60
steps:
- name: Checkout code