diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 963664f..c12767f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,13 +7,13 @@ name: testing on: push: - branches: ["master"] + branches: ["main"] paths-ignore: - .git* - .husky/** - "*.md" pull_request: - branches: ["master"] + branches: ["main"] types: [opened, reopened, synchronize, ready_for_review] paths-ignore: - .git*