ci: dont run CI on pushed tags

This commit is contained in:
ThetaDev 2024-04-02 01:52:07 +02:00
parent b0331f7250
commit 490350fcfe
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -1,5 +1,8 @@
name: CI
on: [push, pull_request]
on:
push:
branches: ["main"]
pull_request:
jobs:
Test: