1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00
This commit is contained in:
adrinr 2023-04-17 20:50:49 +01:00
parent 8374974ecd
commit aeb28b3366

View file

@ -97,6 +97,7 @@ jobs:
run: |
cd packages/pro
echo ${{ github.head_ref }}
echo ${{ github.ref }}
echo $github.head_ref
if ! git branch --contains ${{ github.head_ref }} | grep -q chore/pro_as_submodule; then
echo "Current commit is not part of main branch"