Skip to content

Commit

Permalink
ci: changed running branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
omri2001 committed Dec 2, 2024
1 parent 987efb9 commit a01ee2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: CI
on:
push:
branches:
- "main"
- "add-gitlab-provider"
paths:
- '**'
- '!docs/**'
pull_request:
branches:
- "main"
- "add-gitlab-provider"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit a01ee2c

Please sign in to comment.