diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98167bc..4131f49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,6 @@ on: pull_request: branches: - main - - feature/workflowfix paths-ignore: - "**/*.md" - ".github/**" @@ -17,6 +16,7 @@ on: push: branches: - main + - feature/workflowfix paths-ignore: - "README.md" # We test at a regular interval to ensure we are alerted to something breaking due