27 lines
678 B
YAML
Raw Normal View History

2020-12-22 11:21:02 +01:00
name: "apigws"
2020-12-22 11:13:29 +01:00
on:
push:
branches:
- master
- dev
2020-12-22 11:21:02 +01:00
- feature/github-actions
2020-12-22 11:13:29 +01:00
paths:
- src/ApiGateways/*
2020-12-22 11:24:07 +01:00
- .github/workflows/*
2020-12-22 11:13:29 +01:00
- deploy/k8s/helm/apigwmm/*
- deploy/k8s/helm/apigwms/*
- deploy/k8s/helm/apigwwm/*
- deploy/k8s/helm/apigwws/*
jobs:
PublishCharts:
runs-on: ubuntu-16.04
2020-12-22 11:28:40 +01:00
if: ne('${{ github.event_name }}', 'pull_request')
2020-12-22 11:13:29 +01:00
steps:
- uses: actions/checkout@v2
- run: Copy '${{ github.workspace }}/deploy/k8s/helm/' '${{ github.workspace }}/deploy/k8s/helm'
shell: powershell
- uses: actions/upload-artifact@v2
with:
path: ${{ github.workspace }}/deploy/k8s/helm
name: helm