diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml index 93cd2ef..0a9d61e 100644 --- a/.github/workflows/xcode.yml +++ b/.github/workflows/xcode.yml @@ -1,5 +1,5 @@ name: Xcode build smoke test -run-name: Build smoke test by ${{ @github.actor }} +run-name: Build smoke test by ${{ github.actor }} on: pull_request: branches: [ "main" ]