We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6e5f6 commit 1bb5807Copy full SHA for 1bb5807
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
path: ${{ env.BUILD_OUTPUT_DIRECTORY }}/archive/${{ env.EXECUTABLE_NAME }}_${{ runner.OS }}_amd64.zip
57
58
- name: Publish Nightly [S3]
59
- if: github.event_name == 'schedule` || github.event_name == 'workflow_dispatch'
+ if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || endsWith(github.ref, '/master')
60
uses: shallwefootball/upload-s3-action@v1.1.2
61
with:
62
aws_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments