Skip to content

Commit

Permalink
fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Dec 27, 2024
1 parent 3e33f9c commit 5be9b87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- '.github/scripts/sync/**'
- '.github/scripts/hypo/sync.py'
- '.github/scripts/hypo/sync_test.py'
- '.github/actions/upload-coverage/action.yml'
- '.github/actions/mount-coverage-dir/action.yml'
- '.github/actions/upload-total-coverage/action.yml'
pull_request:
branches:
- 'main'
Expand All @@ -23,6 +26,10 @@ on:
- '.github/scripts/sync/**'
- '.github/scripts/hypo/sync.py'
- '.github/scripts/hypo/sync_test.py'
- '.github/actions/upload-coverage/action.yml'
- '.github/actions/mount-coverage-dir/action.yml'
- '.github/actions/upload-total-coverage/action.yml'

workflow_dispatch:
inputs:
debug:
Expand Down

0 comments on commit 5be9b87

Please sign in to comment.