Don't trigger on PRs

This commit is contained in:
Eugen Eisler 2025-02-25 22:17:21 +01:00 committed by GitHub
parent 8774971b98
commit af39e38394
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@ permissions:
jobs:
update-version:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps: