Skip to content

Commit

Permalink
build: run GH Actions on web-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jan 13, 2025
1 parent ce79655 commit d2506a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Web

on:
push:
branches: ["master"]
branches: ["master", "web-prod"]
pull_request:
branches: ["master"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Precommit

on:
push:
branches: ["master"]
branches: ["master", "web-prod"]
pull_request:
branches: ["master"]

Expand Down

0 comments on commit d2506a3

Please sign in to comment.