Skip to content

Commit

Permalink
chore: add paths to docker-push.yml action launch event
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPandir committed Feb 17, 2024
1 parent 55fd3e5 commit da58b63
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- main
paths:
- '**'
- '!**/README.md'
- '!.github/**'
- .github/workflows/docker.yml
workflow_dispatch:

jobs:
Expand Down

0 comments on commit da58b63

Please sign in to comment.