Skip to content

Commit

Permalink
fix(test): Also run on workflow change
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
  • Loading branch information
SystemKeeper committed Aug 26, 2024
1 parent fb7175e commit 906083c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [ master ]
paths:
- '*/Dockerfile'
- '.github/workflows/build-test.yml'
pull_request:
branches: [ master ]
paths:
- '*/Dockerfile'
- '.github/workflows/build-test.yml'

jobs:
files:
Expand Down

0 comments on commit 906083c

Please sign in to comment.