Skip to content

Commit

Permalink
Update GitHub Actions workflows to trigger on 'prod' and 'staging' br…
Browse files Browse the repository at this point in the history
…anches
  • Loading branch information
SkySingh04 committed Dec 24, 2024
1 parent f973249 commit 0046712
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 0046712

Please sign in to comment.