diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..78413c2 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +on: + push: + pull_request_target: + branches: [master] +name: Tests / test-sync-upstream +jobs: + run: + name: Run + runs-on: ubuntu-latest + steps: + - name: Sync upstream to fork repo + uses: ./ + with: + token: ${{ secrets.GITHUB_TOKEN }} + owner: Yikf + repo: trino # TODO: Use a dedicated repository for workflow testing + branch: master