fix(ci): only run CI for PRs (#430)

* fix(ci): only run CI for PRs

* fix(ci): ensure that branch is up to date

* fix(ci): ensure that branch is up to date
This commit is contained in:
Techno Tim 2024-01-27 15:35:47 -06:00 committed by GitHub
parent 98ef696f31
commit 3888a29bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,9 +2,9 @@
name: "CI"
on:
pull_request:
push:
branches:
- master
types:
- opened
- synchronize
paths-ignore:
- '**/README.md'
jobs: