mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
chore: fix build-hash-router.yml workflow to trigger on main (#10149)
This commit is contained in:
parent
17f3e02a42
commit
284b97a8b5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-hash-router.yml
vendored
2
.github/workflows/build-hash-router.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Build Hash Router
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Add table
Reference in a new issue