Skip to content

Commit ef7c34d

Browse files
authored
Update azure-static-web-apps-backend.yml
Checking for secrets
1 parent 6be885e commit ef7c34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-static-web-apps-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
build_and_deploy_job:
22-
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.secret_source == 'Actions' )
22+
if: (github.event_name == 'push' && github.secret_source == 'Actions') || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.secret_source == 'Actions' )
2323
runs-on: ubuntu-latest
2424
name: Build and Deploy Job
2525
steps:

0 commit comments

Comments
 (0)