We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4aa1b commit 0a2e98fCopy full SHA for 0a2e98f
.github/workflows/diff.yml
@@ -2,7 +2,9 @@ name: Diff
2
3
on:
4
pull_request:
5
- types: [opened, synchronize, reopened, closed]
+ branches: [main]
6
+ push:
7
8
9
jobs:
10
Build:
@@ -45,4 +47,4 @@ jobs:
45
47
with:
46
48
github_token: ${{ secrets.GITHUB_TOKEN }}
49
file_path: 'website/doc_build/web/rsdoctor-data.json'
- target_branch: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.event.repository.default_branch }}
50
+ target_branch: 'main'
0 commit comments