Tools: Fix branch name in build workflow

This commit is contained in:
Kelly Dwan 2024-08-27 14:13:29 -04:00
parent 5914f2059e
commit a31889b88c
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -3,7 +3,7 @@ name: Build files and push to `build` branch.
on:
push:
branches:
- trunk
- production
paths:
- themes/**
- plugins/**