Don't run push CI on anything other than master

This commit is contained in:
Trevor Gross 2024-12-29 09:04:18 +00:00 committed by Trevor Gross
parent 3166dcd51d
commit a93f659d7c

View file

@ -1,5 +1,9 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
env:
CARGO_TERM_VERBOSE: true