fix: actions

This commit is contained in:
thomas
2024-04-18 09:38:21 +02:00
committed by Vimulatus
parent fc8e381a40
commit 34e54827c4
2 changed files with 2 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ on:
jobs:
add_supporters:
runs-on: ubuntu-latest
if: ${{ startsWith(github.event.pull_request.title, 'Answer') }}
steps:
- name: checkout
uses: actions/checkout@v2