Skip to content

Commit

Permalink
ci: update branch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Sep 18, 2024
1 parent c79acb9 commit 69c99ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/algolia-search-indexing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Algolia Search Indexing

on:
push:
branches: [ "v1" ]
branches:
- v1

env:
ALGOLIA_APPLICATION_ID: 7V00GBK8V8
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ name: "CodeQL"

on:
push:
branches: [ v1 ]
branches:
- v1
pull_request:
# The branches below must be a subset of the branches above
branches: [ v1 ]
branches:
- v1
schedule:
- cron: '34 14 * * 1'

Expand Down

0 comments on commit 69c99ba

Please sign in to comment.