Only run ci action on branch push

This commit is contained in:
bytedream 2024-04-05 22:53:53 +02:00
parent c40ea8b132
commit 4b74299733

View file

@ -2,6 +2,8 @@ name: ci
on: on:
push: push:
branches:
- '*'
pull_request: pull_request:
workflow_dispatch: workflow_dispatch: