Skip to content

Commit

Permalink
fixing check branch
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Nov 23, 2023
1 parent ec5af23 commit 7eb6e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Check branch
if: endsWith(github.ref, 'mainnet-beta') == false
run: |
echo ${{ github.event.base_ref }}
echo ${{github.ref}}
exit -1
Expand Down

0 comments on commit 7eb6e36

Please sign in to comment.