diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index ddab821..a1e0398 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -1,7 +1,8 @@ name: Action-Test -on: - pull_request: +run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}" + +on: [pull_request] jobs: ActionTestDefault: diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 6a2b247..89ac29a 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -2,13 +2,7 @@ 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 +on: [pull_request] jobs: Lint: