Skip to content

Commit

Permalink
temporary enable CI triggers on feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Apr 10, 2024
1 parent 07c7f96 commit b81b451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- "main"
- "backend-indexing"
pull_request:
branches:
- "main"
- "backend-indexing"
workflow_dispatch: # allows you to trigger manually

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- "main"
- "backend-indexing"
pull_request:
branches:
- "main"
- "backend-indexing"
workflow_dispatch: # allows you to trigger manually

concurrency:
Expand Down

0 comments on commit b81b451

Please sign in to comment.