From a8e742b92bc88f941fc72072fdb9b928e29c70e2 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 30 May 2020 17:12:27 -0500 Subject: [PATCH] gh-actions: use correct property for release/deploy conditional --- .github/workflows/master_physaci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_physaci.yml b/.github/workflows/master_physaci.yml index 8f7cc99..cb27e71 100644 --- a/.github/workflows/master_physaci.yml +++ b/.github/workflows/master_physaci.yml @@ -38,4 +38,4 @@ jobs: app-name: 'physaci' slot-name: 'production' publish-profile: ${{ secrets.AzureAppService_PublishProfile_4e92bde43d604530a3bf366d0fc7e028 }} - if: ${{ github.event == 'release' }} \ No newline at end of file + if: ${{ github.event_name == 'release' }} \ No newline at end of file