Skip to content

Commit

Permalink
ci: updated deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashrx committed Sep 24, 2022
1 parent 57882a2 commit 28a0ef7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/BuildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy

on:
push:
paths:
- 'src/**'
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

Expand All @@ -17,7 +17,6 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' # run this job only for the main branch
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 28a0ef7

Please sign in to comment.