0
1
Fork 0

Fix triggers in licensed.yml

This commit is contained in:
Brian Cristante 2021-08-25 11:29:44 -04:00
parent e816064dae
commit eca066937b
1 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
@ -17,4 +21,4 @@ jobs:
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status
- run: licensed status