diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3c513ed1..73f08e9e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -3,9 +3,8 @@ name: Scan on: # This workflow is triggered on pull requests to the main branch. pull_request: - - # This allows other repositories to call this workflow in a reusable way - workflow_call: + branches: [main] + types: [milestoned, opened, synchronize] jobs: validate: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6fb3d065..4f40af14 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ name: Test on: pull_request: branches: [main] - types: [milestoned, opened, edited, synchronize] + types: [milestoned, opened, synchronize] paths-ignore: - "**.md" - "**.jpg"