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.
2 parents 3add748 + f6b37a2 commit 3283810Copy full SHA for 3283810
.github/workflows/main.yml
@@ -8,7 +8,7 @@ name: WeeklyOpenApiDocsDownload
8
on:
9
push:
10
branches:
11
- - 'weeklyOpenApiDocsDownload*'
+ - 'weeklyOpenApiDocsDownload.*'
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
@@ -51,4 +51,4 @@ jobs:
51
# References
52
# [0] https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables
53
# [1] https://hub.github.com/hub-pull-request.1.html
54
-# https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
+# https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token
0 commit comments