Skip to content

Commit

Permalink
Merge branch 'develop' into mobile-app
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 authored Dec 18, 2024
2 parents 866717b + f39a857 commit 288f120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches:
- master
paths:
- "raven/**"
- raven/**
pull_request:
paths:
- "raven/**"
- raven/**

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Linters
on:
pull_request:
paths:
- "raven/**"
- raven/**
workflow_dispatch:
push:
branches: [main]
paths:
- "raven/**"
- raven/**

jobs:
linters:
Expand Down

0 comments on commit 288f120

Please sign in to comment.