run github actions only for actual branch

This commit is contained in:
DJ2LS 2023-04-21 16:28:41 +02:00
parent 53955d49c4
commit f45b54126d

View file

@ -26,7 +26,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
ref: ${{ github.head_ref }}} ref: ${{ github.ref }}}
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4 uses: actions/setup-python@v4