Skip to content

Commit

Permalink
Auto deploy in master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Mar 12, 2024
1 parent 308b456 commit e53c25b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build and deploy docker
name: Docker Image CI

on:
push:
tags:
- v2.*
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
publish-docker-image:
Expand Down

0 comments on commit e53c25b

Please sign in to comment.