We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fef9a commit ef8eac3Copy full SHA for ef8eac3
1 file changed
.github/workflows/admin.yaml
@@ -18,6 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
- name: Setup .NET Core
21
+ uses: actions/setup-dotnet@v1
22
+ with:
23
+ dotnet-version: 3.1.x
24
+ - name: Setup .NET 5
25
uses: actions/setup-dotnet@v1
26
with:
27
dotnet-version: 5.0.x
@@ -69,7 +73,7 @@ jobs:
69
73
deploy_to_beta:
70
74
runs-on: ubuntu-latest
71
75
needs: deploy_to_dev
72
- # if: github.event_name != 'pull_request'
76
+ if: github.event_name != 'pull_request'
77
environment: beta
78
79
- name: Download a Deployment Zip
0 commit comments