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 f3e07a3 commit af33953Copy full SHA for af33953
2 files changed
.github/workflows/pull_request.yml
@@ -2,8 +2,8 @@ name: Pull Request
2
3
on:
4
workflow_dispatch:
5
- #pull_request:
6
- # branches: [ master ]
+ pull_request:
+ branches: [ master ]
7
8
jobs:
9
main-ci:
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Upload release
58
shell: bash
59
run: |
60
- echo "Begin upload..."
+ echo "Begin upload for branch (${{ github.ref_name }})"
61
AUTHORIZATION="$(echo -n 'builds:${{ secrets.UPLOAD_PASSWORD }}' | base64)"
62
echo "::add-mask::${AUTHORIZATION}"
63
0 commit comments