Skip to content

Commit

Permalink
fix: Fix release triggering
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
  • Loading branch information
Andrew Nikitin authored and ankurdotb committed May 31, 2022
1 parent 8a18e04 commit af5eb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
call-release:
name: "Release"
needs: [ call-test, call-build ]
if: startsWith(github.ref, 'refs/heads/release/')
if: startsWith(github.ref, 'refs/heads/next')
uses: ./.github/workflows/release.yml

0 comments on commit af5eb39

Please sign in to comment.