Skip to content

Commit

Permalink
Modified sequantial step logic
Browse files Browse the repository at this point in the history
  • Loading branch information
taein authored and taein committed Nov 4, 2023
1 parent 88e99e0 commit 9ea2e06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dp.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Deploy to Kubernetes

on:
workflow_run:
workflows: ["Java CI with Gradle"]
branches: [main]
types:
- completed

push:
branches:
- main
- kustomize

env:
Expand Down

0 comments on commit 9ea2e06

Please sign in to comment.