Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yikf authored Feb 3, 2024
1 parent cdb197c commit e0e8460
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e0e8460

Please sign in to comment.