Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
fu: run workflow on push to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Jan 13, 2024
1 parent fd392fd commit 84cf3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build and Publish Image
on:
push:
branches: [ "main" ]
paths:
- Dockerfile
workflow_dispatch:

env:
Expand Down

0 comments on commit 84cf3ab

Please sign in to comment.