Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-thiyagarajan authored Sep 9, 2024
1 parent 22c12e1 commit 158117d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name: Docker

on:
push:
branches: [ "master", "REL1_28", "REL1_35" ]
branches: [ "master", "REL1_28", "REL1_35", "master_NP", "REL1_28_NP", "REL1_35_NP" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master", "REL1_28", "REL1_35" ]
branches: [ "master", "REL1_28", "REL1_35", "master_NP", "REL1_28_NP", "REL1_35_NP" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 158117d

Please sign in to comment.