Fix YAML types in licensed.yml (#228)
* fix YAML types in licensed.yml * Update .github/workflows/licensed.yml Co-authored-by: Josh Gross <joshmgross@github.com> * formatting Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
parent
8d06e6c094
commit
317b58f0d1
|
@ -1,8 +1,12 @@
|
||||||
name: Licensed
|
name: Licensed
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: {branches: main}
|
push:
|
||||||
pull_request: {branches: main}
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue