Skip to content

Commit

Permalink
ci: run tests on push to staging branch
Browse files Browse the repository at this point in the history
Bors will push merge commits to a branch called 'staging'. This push
should trigger the CI to run. Bors will then await the completion of
that run.
  • Loading branch information
korthout committed Oct 13, 2022
1 parent 2ff389d commit b577b16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and test
on:
pull_request: { }
push:
branches:
- 'staging'
workflow_call: { }
jobs:
code-formatting:
Expand Down

0 comments on commit b577b16

Please sign in to comment.