Skip to content

Commit d7cc1f7

Browse files
committed
Renamed workflow.
1 parent fe5fe1e commit d7cc1f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/windows-release.yml renamed to .github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ on:
44
branches:
55
- main
66
paths:
7-
- 'configure'
8-
- 'm4/version.m4'
9-
- '.github/build/windows/download-configure.sh'
10-
- '.github/build/windows/download-dependencies.sh'
11-
- '.github/workflows/windows-release.yml'
7+
- configure
8+
- m4/version.m4
9+
- .github/build/windows/download-configure.sh
10+
- .github/build/windows/download-dependencies.sh
11+
- .github/workflows/windows-release.yml
1212
pull_request:
1313
branches:
1414
- main
1515
paths:
16-
- '.github/workflows/windows-release.yml'
16+
- .github/workflows/release.yml
1717

18-
name: Windows release
18+
name: Release
1919
permissions:
2020
contents: read
2121
jobs:

0 commit comments

Comments
 (0)