diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c7950042..df0b291c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: test on: push: # Run on pushes to the default branch - branches: [main, issue-1343] + branches: [main] pull_request_target: # Also run on pull requests originated from forks branches: [main]