From e0e8460cb5cff86dbc09ea277a8c7cffbafb4e84 Mon Sep 17 00:00:00 2001 From: Kaifei Yi Date: Sat, 3 Feb 2024 17:33:15 +0800 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/main.yml 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