Skip to content

Commit

Permalink
Merge pull request #191 from Chia-Network/build-on-stage-branch
Browse files Browse the repository at this point in the history
ci: build on push to stage branch
  • Loading branch information
TheLastCicada authored Jan 10, 2024
2 parents 07a3c3a + bba3415 commit 83f7bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build Binaries

on:
push:
branches:
- stage
tags:
- '**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- stage
pull_request:
branches:
- '**'
Expand Down

0 comments on commit 83f7bf0

Please sign in to comment.