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 cf86cc0 commit e22facfCopy full SHA for e22facf
.github/workflows/publish_to_staging_slot.yml
@@ -11,8 +11,8 @@ on:
11
workflow_dispatch: # Makes it possible to trigger workflow manually
12
13
jobs:
14
- build_and_deploy_job:
15
- if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
+ publish:
+ if: github.repository_owner == 'OData' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') || github.event_name == 'workflow_dispatch')
16
runs-on: ubuntu-latest
17
18
steps:
0 commit comments