Skip to content

Commit

Permalink
fixed github action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yym68686 committed Sep 17, 2023
1 parent 79d3d60 commit 21f124a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Publish Docker Image

on:
paths:
- Dockerfile.build
- requirements.txt
- .github/workflows/main.yml
push:
branches:
- main
paths:
- Dockerfile.build
- requirements.txt
- .github/workflows/main.yml

jobs:
build-and-push:
Expand Down

0 comments on commit 21f124a

Please sign in to comment.