This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
event name
pull/1565/head
Borja García Rodríguez
4 years ago
parent
de9706c450
commit
db15e26128
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/apigws.yml
+ 1
- 1
.github/workflows/apigws.yml
View File
@ -16,7 +16,7 @@ on:
jobs:
PublishCharts:
runs-on
:
ubuntu-16.04
if
:
ne('${{
env.Build.Reason }}', 'PullR
equest')
if
:
ne('${{
github.event_name }}', 'pull_r
equest')
steps:
-
uses
:
actions/checkout@v2
-
run
:
Copy '${{ github.workspace }}/deploy/k8s/helm/' '${{ github.workspace }}/deploy/k8s/helm'
Write
Preview
Loading…
Cancel
Save