Skip to content

Commit

Permalink
run Docker Image CI only on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
engAmirEng committed May 29, 2023
1 parent a2a9d98 commit dba0f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Docker Image CI

on:
push:
branches: [ "main" ]
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit dba0f56

Please sign in to comment.