Skip to content

Commit

Permalink
Enable in push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 14, 2023
1 parent c4d4abd commit 948c96d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: Deploy stack in k8s
on:
push:
branches:
- main
- staging
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_run:
workflows: ["AWS ECR Builder", "AWS Model Builder"]
types:
Expand All @@ -9,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 948c96d

Please sign in to comment.