Skip to content

Commit 135fb6c

Browse files
committed
Cleanup
1 parent c818023 commit 135fb6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/default_release_notes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
- Download `tabletdrivercleanup.zip`.
44
- Extract the contents of the zip.
55
- Run `tabletdrivercleanup.exe` as administrator.
6-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "*"
77

88
jobs:
9-
build-win:
9+
build-win-and-release:
1010
runs-on: windows-latest
1111
permissions:
1212
contents: write

.github/workflows/update_config_branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Update Config Branch
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [published]
67

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

0 commit comments

Comments
 (0)