Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #97 from nervosnetwork/build-for-hot-fix
Browse files Browse the repository at this point in the history
fix(ci): allow hot-fix branch
  • Loading branch information
RetricSu authored Dec 3, 2021
2 parents e9980bd + 32932c7 commit 355bc65
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 @@ -2,11 +2,11 @@ name: Docker

on:
push:
branches: [ main ]
branches: [ main, hot-fix ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ main ]
branches: [ main, hot-fix ]

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

0 comments on commit 355bc65

Please sign in to comment.