mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 03:08:17 +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
|
name: Build Hash Router
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Add table
Reference in a new issue