diff options
| -rw-r--r-- | .github/workflows/pull_requests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index aa1e931..242c118 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -2,7 +2,7 @@ name: submelon.dev PR on: pull_request_target: - branches: [ "trunk" ] + branches: [ "main" ] jobs: build: |
