Skip to content

Commit

Permalink
Trigger Docker builds on folders content changes (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina authored Dec 18, 2023
1 parent 974fc46 commit c4eceac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-discordbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
tags:
- 'v*.*.*'
paths:
- Tools/BiblioTech
- 'Tools/BiblioTech/**'
- '!Tools/BiblioTech/docker/docker-compose.yaml'
- Framework
- ProjectPlugins
- 'Framework/**'
- 'ProjectPlugins/**'
- .github/workflows/docker-discordbot.yml
- .github/workflows/docker-reusable.yml
workflow_dispatch:
Expand Down

0 comments on commit c4eceac

Please sign in to comment.