Skip to content

Commit

Permalink
Make sure the build is triggered when a push is done
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Apr 3, 2024
1 parent e4e7715 commit c61bf58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
tags:
- "*"
branches:
- "feature/docker_configs"
workflow_dispatch:


jobs:
deployment:
permissions:
Expand Down

0 comments on commit c61bf58

Please sign in to comment.