Skip to content

Commit

Permalink
feat: update CI workflows to include master and staging branches
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 committed Dec 30, 2024
1 parent 4ba4797 commit 55a8f2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Lint Test Build
on:
push:
branches:
- main
- master
- staging
pull_request:
branches:
- main
- master
- staging

jobs:
lint:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_run:
workflows:
- Lint Test Build
branches:
- master
types:
- completed
jobs:
Expand Down

0 comments on commit 55a8f2a

Please sign in to comment.