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 7348f13 commit 52ecad0Copy full SHA for 52ecad0
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: earthly --strict +test
26
27
- name: earthly +push
28
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
29
run: earthly --push --secret NUGET_API_KEY --secret PSGALLERY_API_KEY --strict +all
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments