diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 1b0fe15..afc1cdd 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -2,13 +2,12 @@ name: Actionlint on: push: branches: - - 'master' + - 'main' paths: - '.github/**' pull_request: paths: - '.github/**' - merge_group: jobs: actionlint: diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 0a50868..fe1ddb3 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -2,13 +2,8 @@ name: ShellCheck on: push: branches: - - 'master' - paths: - - '.github/**' + - 'main' pull_request: - paths: - - '.github/**' - merge_group: jobs: lint: @@ -17,4 +12,4 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Run ShellCheck - uses: azohra/shell-linter@v0.6.0 \ No newline at end of file + uses: azohra/shell-linter@v0.6.0