Skip to content

Commit

Permalink
ci: config updated to trigger only on tag creation and on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RajaShanmugamJM committed Aug 18, 2024
1 parent 21890c7 commit 47f549b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Create and publish dt_fl_table image

on:
push:
# branches:
# - develop
# tags:
# - '*'
branches:
- develop
tags:
- '*'
jobs:

build-and-push-image:
Expand Down

0 comments on commit 47f549b

Please sign in to comment.