Skip to content

Commit

Permalink
Merge #141
Browse files Browse the repository at this point in the history
141: ci: only build on certain branches r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <[email protected]>
  • Loading branch information
bors[bot] and Mic92 authored Feb 19, 2023
2 parents 93164ba + bf20125 commit 6dae564
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Test"
on:
pull_request:
push:
branches:
- main
- staging
- trying
jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6dae564

Please sign in to comment.