diff --git a/.github/workflows/tinygo.yml b/.github/workflows/tinygo.yml index f367e53138..e3c3aebce1 100644 --- a/.github/workflows/tinygo.yml +++ b/.github/workflows/tinygo.yml @@ -3,7 +3,7 @@ name: TinyGo on: push: - branches: [main tinygo-ci] + branches: ["main", "tinygo-ci"] pull_request: branches: [main] @@ -23,7 +23,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Check out uses: actions/checkout@v4