diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 4bfb0bd..5b741c4 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -4,17 +4,9 @@ on: push: branches: - main - paths: - - action.yml - - .github/workflows/Action-Test.yml - - scripts/** pull_request_target: branches: - main - paths: - - action.yml - - .github/workflows/Action-Test.yml - - scripts/** jobs: ActionTestDefault: diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index e7657b1..6a2b247 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -3,6 +3,9 @@ name: Linter run-name: "Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}" on: + push: + branches: + - main pull_request_target: branches: - main @@ -18,4 +21,4 @@ jobs: - name: Lint code base uses: github/super-linter@latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ github.token }}