Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/default_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
- Download `tabletdrivercleanup.zip`.
- Extract the contents of the zip.
- Run `tabletdrivercleanup.exe` as administrator.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

jobs:
build-win:
build-win-and-release:
runs-on: windows-latest
permissions:
contents: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update_config_branch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Update Config Branch

on:
workflow_dispatch:
release:
types: [published]

Expand All @@ -11,7 +12,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v6
- name: create pull request
- name: Create pull request
run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}