Disable build workflow on pull requests

This commit is contained in:
Zac 2024-11-21 20:43:46 -05:00 committed by GitHub
parent 61e5cf7247
commit e3b8e2e47a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,6 @@ on:
push:
branches:
- "*"
pull_request:
branches:
- main
jobs:
build: