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 58887f1 commit ec5af23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/packages-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- name: Check branch
if: endsWith(github.ref, 'mainnet-beta') == false
run: exit -1
run: |
echo ${{github.ref}}
exit -1
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ec5af23

Please sign in to comment.