diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 1ffa391..f9b2d20 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -2,7 +2,7 @@ name: test on: pull_request: { types: [opened, reopened, synchronize, ready_for_review] } - push: { branches: [ master ] } + push: { branches: [ main ] } jobs: build: