Skip to content

Commit

Permalink
Run CI tests on all branches (not just main)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 2, 2023
1 parent c5533af commit c2131dc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: build

on:
push:
branches:
- master
tags:
- '*.*.*'
pull_request:
branches:
- master
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit c2131dc

Please sign in to comment.