Skip to content

Commit

Permalink
ci: Run workflows on v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed May 22, 2024
1 parent 64f9990 commit bc0c102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: update-docs
on:
push:
branches:
- dev
- v1
pull_request:
repository_dispatch:
types: [update-docs, test-update-docs]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Update Search Index
on:
workflow_dispatch:
push:
branches: [dev]
branches: [v1]

jobs:
update-search-index:
Expand Down

0 comments on commit bc0c102

Please sign in to comment.