OSDN Git Service

[fix] : Fixed branch name
authorhayao <hayao@fascode.net>
Sat, 14 Aug 2021 08:25:53 +0000 (17:25 +0900)
committerhayao <hayao@fascode.net>
Sat, 14 Aug 2021 08:25:53 +0000 (17:25 +0900)
.github/workflows/shellcheck.yml

index 6a7a5f8..a1fa5ff 100644 (file)
@@ -6,9 +6,9 @@ name: ShellCheck CL
 on:
   # Triggers the workflow on push or pull request events but only for the dev branch
   push:
-    branches: [ dev ]
+    branches: [ master ]
   pull_request:
-    branches: [ dev ]
+    branches: [ master ]
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: