mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-16 16:43:42 +03:00
Tools: Fix branch name in build workflow
This commit is contained in:
parent
5914f2059e
commit
a31889b88c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -3,7 +3,7 @@ name: Build files and push to `build` branch.
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- trunk
|
||||
- production
|
||||
paths:
|
||||
- themes/**
|
||||
- plugins/**
|
||||
|
|
Loading…
Reference in a new issue