ci: Adjust testing conditions

Only run tests when merging or pushing to main
This commit is contained in:
April Hall 2025-03-02 00:40:12 -05:00
parent ec7dbeb0ae
commit 6df6ff93a4
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -1,5 +1,9 @@
name: Tests name: Tests
on: [push, pull_request] on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs: jobs:
test: test: