chore: Update action to trigger on pull request for any branch

This commit is contained in:
Igor Ilic 2025-01-08 14:54:39 +01:00
parent 9c2c19458f
commit cb2b4415af

View file

@ -4,7 +4,8 @@ on:
workflow_dispatch:
pull_request:
types: [labeled, synchronize]
push:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}