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 bf1c9f4 commit 4a76eebCopy full SHA for 4a76eeb
.github/workflows/publish_to_production_slot.yml
@@ -5,14 +5,11 @@
5
name: Publish OData org website to Azure Web App production slot
6
7
on:
8
- push:
9
- branches:
10
- - master
11
workflow_dispatch: # Makes it possible to trigger workflow manually
12
13
jobs:
14
publish:
15
- if: github.repository_owner == 'OData' && github.event_name == 'workflow_dispatch'
+ if: github.repository_owner == 'OData' && github.ref == 'refs/heads/master' && github.event_name == 'workflow_dispatch'
16
runs-on: ubuntu-latest
17
18
steps:
.github/workflows/publish_to_staging_slot.yml
@@ -5,9 +5,6 @@
name: Publish OData org website to Azure Web App staging slot
0 commit comments