From 34aede53a62ebfc71dd8d8cfe01b88d0884e3327 Mon Sep 17 00:00:00 2001 From: Shubham Patel <87226371+Shubham-Patel07@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:35:46 +0530 Subject: [PATCH] Create K8s-challange-test.yml --- .github/workflows/K8s-challange-test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/K8s-challange-test.yml diff --git a/.github/workflows/K8s-challange-test.yml b/.github/workflows/K8s-challange-test.yml new file mode 100644 index 000000000..9b0dbd61b --- /dev/null +++ b/.github/workflows/K8s-challange-test.yml @@ -0,0 +1,10 @@ +name: k8s-challange-test + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the master branch + push: + branches: + - master + pull_request: + branches: [master]