Skip to content

Commit

Permalink
fix branch name in test workflow
Browse files Browse the repository at this point in the history
Jon Sulman authored and jonsulman committed Oct 29, 2021
1 parent f2a6267 commit 24bf744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -6,10 +6,10 @@ name: Test and Analysis
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:

0 comments on commit 24bf744

Please sign in to comment.