mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: fix build-hash-router.yml workflow to trigger on main (#10149)
This commit is contained in:
parent
17f3e02a42
commit
284b97a8b5
|
|
@ -1,6 +1,8 @@
|
|||
name: Build Hash Router
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in New Issue