Update .github/workflows/licensed.yml
Co-authored-by: Josh Gross <joshmgross@github.com>pull/228/head
parent
44a32e846e
commit
bd0e61b038
|
@ -1,8 +1,12 @@
|
|||
name: Licensed
|
||||
|
||||
on:
|
||||
push: {branches: [main]}
|
||||
pull_request: {branches: [main]}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue