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:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}}
ref: ${{ github.ref }}}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4