ci: don't run on pushes

This commit is contained in:
CommunityMaintained 2026-06-14 14:11:22 -05:00
parent 7b29408165
commit 1c9fdba5a7

View file

@ -1,10 +1,9 @@
name: CI
on:
push:
branches-ignore: ['master']
pull_request:
branches: ['master']
types: [opened, synchronize, reopened]
jobs:
test: