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.
2 parents fcab28a + b8fb017 commit 2bbb735Copy full SHA for 2bbb735
.github/workflows/build.yml
@@ -192,14 +192,9 @@ jobs:
192
name: "Publish build data to meta-repo"
193
if: >-
194
${{
195
- (github.event.pull_request.head.repo.full_name == github.repository) &&
196
- (
197
198
- github.event_name != 'pull_request' &&
199
- github.event_name != 'workflow_dispatch'
200
- ) ||
201
- (github.event_name == 'workflow_dispatch' && inputs.publish)
202
- )
+ github.event_name == 'push' &&
+ github.repository == 'signalwire/freeswitch' &&
+ contains(fromJSON('["master", "v1.10"]'), github.ref_name)
203
}}
204
needs:
205
- deb-public
0 commit comments