Skip to content

Commit 624129c

Browse files
authored
Update deploy.yml
Signed-off-by: Ryan Baxter <[email protected]>
1 parent 7b0d64a commit 624129c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Spring Cloud Build Deploy
22

33
on:
4-
# Equivalent to GitHub Push Trigger
54
push:
65
branches:
76
- main
@@ -25,7 +24,7 @@ env:
2524
jobs:
2625
build:
2726
runs-on: ubuntu-latest
28-
timeout-minutes: 60 # Adjust based on your needs
27+
timeout-minutes: 60
2928

3029
steps:
3130
- name: Checkout code

0 commit comments

Comments
 (0)