Skip to content

Commit

Permalink
refactor GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed Nov 7, 2023
1 parent ebe41c9 commit b6fc6ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches:
- main
paths:
- '.github/workflows/build-and-push-docker-images.yml'
- 'Makefile'
- '**.Dockerfile'
- '**.py'
- 'requirements/main.txt'

jobs:
docker:
Expand Down
File renamed without changes.

0 comments on commit b6fc6ce

Please sign in to comment.