fix(workflow): limit workflow to master branch

This commit is contained in:
Leafd 2024-10-09 17:59:23 -06:00
parent b57e729e43
commit e925d8bce1
No known key found for this signature in database
GPG Key ID: E3C7A5F038AFF7A6

View File

@ -1,6 +1,9 @@
name: Build
on: push
on:
push:
branches:
- master
jobs:
release: