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 fe5fe1e commit d7cc1f7Copy full SHA for d7cc1f7
.github/workflows/windows-release.yml renamed to .github/workflows/release.yml
@@ -4,18 +4,18 @@ on:
4
branches:
5
- main
6
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'
+ - configure
+ - m4/version.m4
+ - .github/build/windows/download-configure.sh
+ - .github/build/windows/download-dependencies.sh
+ - .github/workflows/windows-release.yml
12
pull_request:
13
14
15
16
+ - .github/workflows/release.yml
17
18
-name: Windows release
+name: Release
19
permissions:
20
contents: read
21
jobs:
0 commit comments