chore: remove old branch from gh actions

This commit is contained in:
daniel
2025-05-25 16:58:58 +02:00
parent d2e6054d72
commit 32a5a5255d

View File

@@ -1,9 +1,10 @@
on: on:
push: push:
branches: [ "main", "corax56-work" ] branches: [ "main" ]
pull_request_target: pull_request_target:
branches: [ "main", "corax56-work" ] branches: [ "main" ]
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true