Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/pbdsce/pbwebsite into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 committed Dec 24, 2024
2 parents 5842e2d + 0046712 commit 627f788
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 627f788

Please sign in to comment.