Skip to content

Commit

Permalink
Merge branch 'pbdsce:prod' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
govindup63 authored Dec 26, 2024
2 parents 690f7a8 + 627f788 commit 7dd23bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Build and Test
on:
push:
branches:
- main
- prod
- staging
pull_request_target:
branches:
- main
- prod
- staging

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Lint
on:
push:
branches:
- main
- prod
- staging
pull_request:
branches:
- main
- prod
- staging

jobs:
lint:
Expand Down

0 comments on commit 7dd23bc

Please sign in to comment.