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 bc4748e commit 1976f7dCopy full SHA for 1976f7d
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
if: |
25
needs.build.result == 'success'
26
&& github.event_name == 'push'
27
- && github.ref_name == github.event.repository.default_branch || (startsWith(github.ref_name, 'v') && endsWith(github.ref_name, '.x.x')))
+ && github.ref_name == github.event.repository.default_branch || (startsWith(github.ref_name, 'v') && endsWith(github.ref_name, '.x.x'))
28
with:
29
security-updates-only: true
30
consider-snapshot: true
0 commit comments