We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928244c commit 85d4122Copy full SHA for 85d4122
1 file changed
.github/workflows/licensed.yml
@@ -1,8 +1,12 @@
1
name: Licensed
2
3
on:
4
- push: {branches: main}
5
- pull_request: {branches: main}
+ push:
+ branches:
6
+ - main
7
+ pull_request:
8
9
10
11
jobs:
12
test:
@@ -17,4 +21,4 @@ jobs:
17
21
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
18
22
sudo tar -xzf licensed.tar.gz
19
23
sudo mv licensed /usr/local/bin/licensed
20
- - run: licensed status
24
+ - run: licensed status
0 commit comments