Skip to content

Commit

Permalink
gh-actions: use correct property for release/deploy conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed May 30, 2020
1 parent 4a22571 commit a8e742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_physaci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
app-name: 'physaci'
slot-name: 'production'
publish-profile: ${{ secrets.AzureAppService_PublishProfile_4e92bde43d604530a3bf366d0fc7e028 }}
if: ${{ github.event == 'release' }}
if: ${{ github.event_name == 'release' }}

0 comments on commit a8e742b

Please sign in to comment.