mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
Update deploy.yml
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user