0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-12 18:51:50 +02:00

fix: skip actions on new tags

This commit is contained in:
2025-05-19 16:20:24 +02:00
committed by Klaus Wakonig
parent 120faf9523
commit a00d510a75

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/github-script@v7
id: script
if: github.event_name == 'push'
if: github.event_name == 'push' && github.event.ref_type != 'tag'
with:
script: |
const prs = await github.rest.pulls.list({