Skip to content

Commit

Permalink
fix: run action also on push
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Jul 20, 2022
1 parent a5d508d commit ac5b3b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docsearch.yml
@@ -1,6 +1,10 @@
name: Run algolia docsearch

on:
push:
branches:
- ci/docsearch
- main
schedule:
- cron: "0 12 * * 1"
jobs:
Expand Down

0 comments on commit ac5b3b4

Please sign in to comment.