Skip to content

Commit

Permalink
Update branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Nov 6, 2023
1 parent f454414 commit 746ec42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

# This is a temporary fix, just for this branch.
branches:
- vi/ci-builds-for-entropy-js
- hc-release-v0.0.8-images

tags:
# First, match SemVer.org conformant tags in the `release/` tagspace.
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

release:
name: Publish new release
if: github.event_name != 'schedule' && github.ref != 'refs/heads/vi/ci-builds-for-entropy-js'
if: github.event_name != 'schedule' && github.ref != 'refs/heads/hc-release-v0.0.8-images'
needs:
- git-ref-basename
- build-entropy
Expand Down

0 comments on commit 746ec42

Please sign in to comment.