chore: Run CI builds only for pull requests

This commit is contained in:
Faruk AYDIN
2023-09-13 21:22:33 +02:00
committed by Ali BARIN
parent f84f27bb56
commit c4ccab6a5d

View File

@@ -1,5 +1,5 @@
name: Automatisch CI name: Automatisch CI
on: [push] on: [pull_request]
jobs: jobs:
linter: linter:
runs-on: ubuntu-latest runs-on: ubuntu-latest