Skip to content

Commit

Permalink
Fix triggers in licensed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Aug 25, 2021
1 parent e816064 commit eca0669
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/licensed.yml
@@ -1,8 +1,12 @@
name: Licensed

on:
push: {branches: main}
pull_request: {branches: main}
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
Expand All @@ -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

0 comments on commit eca0669

Please sign in to comment.