mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 10:33:44 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- trunk
|
- production
|
||||||
paths:
|
paths:
|
||||||
- themes/**
|
- themes/**
|
||||||
- plugins/**
|
- plugins/**
|
||||||
|
|
Loading…
Reference in a new issue