From 1215b23d565863f05a9e7a93721ac50f4c49a1e5 Mon Sep 17 00:00:00 2001 From: shyanukant rathi Date: Thu, 27 Jul 2023 19:55:33 +0530 Subject: [PATCH] update yaml --- .github/workflows/deploy_test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index d519a137..7e3bb727 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -1,13 +1,13 @@ -name: Squib testing +name: Squib deploy and test on: push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: + - main + jobs: - build: + deploy_and_test: runs-on: ubuntu-latest steps: