omit namespace arg for default namespace (#195)

This commit is contained in:
David Gamero
2022-06-15 10:01:20 -04:00
committed by GitHub
parent 507f2d4fc7
commit 15920eb094
4 changed files with 55 additions and 26 deletions
+2 -2
View File
@@ -2,11 +2,11 @@ name: "Run unit tests."
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- master
- main
- "releases/*"
push:
branches:
- master
- main
- "releases/*"
jobs: