Condition from main to master

This commit is contained in:
maximo tejeda 2024-08-15 13:30:52 -04:00
parent 11107d1067
commit 1727621240

View File

@ -20,7 +20,7 @@ jobs:
echo "" echo ""
check-vars: check-vars:
needs: [process] needs: [process]
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "instance address is -> ${{ vars.GIT_INSTANCE_ADDRESS }} " - run: echo "instance address is -> ${{ vars.GIT_INSTANCE_ADDRESS }} "