From e75fba54a19e09461ea2fca4791674f019d3c856 Mon Sep 17 00:00:00 2001 From: SATOSHI <49096970+Anita713@users.noreply.github.com> Date: Sat, 7 Oct 2023 00:35:04 +0100 Subject: [PATCH] Update licensed.yml --- .github/workflows/licensed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 72ce2db..04d5352 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -1,7 +1,7 @@ name: Licensed on: - push: {branches: main} + push: {branches: main} pull_request: {branches: main} jobs: @@ -11,4 +11,4 @@ jobs: steps: - uses: actions/checkout@v3 - run: npm ci - - run: npm run licensed-check \ No newline at end of file + - run: npm run licensed-check