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 6be885e commit ef7c34dCopy full SHA for ef7c34d
.github/workflows/azure-static-web-apps-backend.yml
@@ -19,7 +19,7 @@ env:
19
20
jobs:
21
build_and_deploy_job:
22
- if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.secret_source == 'Actions' )
+ if: (github.event_name == 'push' && github.secret_source == 'Actions') || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.secret_source == 'Actions' )
23
runs-on: ubuntu-latest
24
name: Build and Deploy Job
25
steps:
0 commit comments