Skip to content

Commit 9969bca

Browse files
committed
Fix triggers in licensed.yml
1 parent deee0f6 commit 9969bca

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/licensed.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Licensed
22

33
on:
4-
push: {branches: main}
5-
pull_request: {branches: main}
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
610

711
jobs:
812
test:
@@ -17,4 +21,4 @@ jobs:
1721
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
1822
sudo tar -xzf licensed.tar.gz
1923
sudo mv licensed /usr/local/bin/licensed
20-
- run: licensed status
24+
- run: licensed status

0 commit comments

Comments
 (0)