This commit is contained in:
Charles Bochet
2023-07-05 09:10:40 +02:00
parent c86e548088
commit 81f851b362

View File

@ -8,6 +8,9 @@ jobs:
server-test:
runs-on: ubuntu-latest
steps:
- run: echo "GITHUB_HEAD_REF: ${{ github.head_ref }}"
- run: echo "GITHUB_REF_NAME: ${{ github.ref_name }}"
- run: echo "GITHUB_REF: ${{ github.ref }}"
- uses: actions/checkout@v3
if: github.head_ref == 'main'
with: